mirror of
https://github.com/boostorg/config.git
synced 2026-07-09 18:01:05 +02:00
38df8ca0d7
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.