rumeo Asked: 2022-12-23 13:04:31 +0000 UTC constexpr 和 const constinit 有什么区别? 8 全局命名空间中的声明有何不同? const constinit auto x = 42; constexpr auto y = 42; c++