P3812R1 — const and & in default member functions
EWGCWG
Allow compilers to be able to generate the default copy assignment operator for classes that have `const` and `&` members by making the class `transparently replaceable` if it has a default copy constructor. Allow compilers to be able to generate the default move assignment operator for classes that have `const` and `&` members by making the class `transparently replaceable` if it has a default move constructor. See 6.7.4 Lifetime [basic.life] ¶ 9. [N5008]