refactor: Make all `const static` class members `constexpr`
This commit is a code cleanup that changes many internal class constants from 'static const' to 'static constexpr'. In modern C++, constexpr constants are automatically inlined and avoid certain linker errors when used in specific ways. Th…
05c35c40by rustaceanrob+38−4024 files