estdlib icon indicating copy to clipboard operation
estdlib copied to clipboard

g++11 constexpr "inline variables"

Open malachib opened this issue 3 months ago • 0 comments

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.

malachib avatar Sep 17 '25 15:09 malachib