标签: c++ static c++14 member constexpr
struct CL { static const int i; }; constexpr int CL::i{};
在 i 的定义中, const 是否有效替换为 constexpr ?标准中的哪一段可以解决它?