constexpr: static data members declared constexpr are required to have an
initializer; all other constexpr variables are merely required to be initialized. In particular, a user-provided constexpr default constructor can be used for such initialization. llvm-svn: 144028
Loading
Please register or sign in to comment