C++ DR2394: Const-default-constructible for members.
Const class members may be initialized with a defaulted default constructor under the same conditions it would be allowed for a const object elsewhere. Differential Revision: https://reviews.llvm.org/D126170
Loading
Please sign in to comment