mirror of
https://github.com/boostorg/config.git
synced 2026-01-26 17:22:25 +01:00
The BOOST_INLINE_VARIABLE macro can be used to mark C++17 inline variables in contexts where omitting the inline keyword is still acceptable on older compilers. This commit also adds the missing docs for BOOST_NO_CXX17_INLINE_VARIABLES.