estdlib
estdlib copied to clipboard
g++11 constexpr "inline variables"
Since GCC supports the notion of c++17 constexpr global variables, upgrade FEATURE_CPP_INLINE_VARIABLES to reflect that.
Note that GCC extension does NOT accept inline keyword, which appears to be an optional style choice anyway. Nevertheless, this represents a far-reaching change to the code base and warrants its own issue.