-
- Downloads
Remove comments about marking some std::string as constexpr, they are incorrect
Since those strings are used at runtime, they cannot be constexpr (see Josuttis, 2024, §18.5.3).
Loading
Please register or sign in to comment
Since those strings are used at runtime, they cannot be constexpr (see Josuttis, 2024, §18.5.3).