Merge branch 'inline_variable' of https://github.com/Lastique/config into develop

Fixed Conflicts:
	doc/macro_reference.qbk
This commit is contained in:
jzmaddock
2019-10-29 16:56:11 +00:00
3 changed files with 28 additions and 3 deletions
+9
View File
@@ -994,6 +994,15 @@ namespace std{ using ::type_info; }
#define BOOST_CXX14_CONSTEXPR constexpr
#endif
//
// C++17 inline variables
//
#if !defined(BOOST_NO_CXX17_INLINE_VARIABLES)
#define BOOST_INLINE_VARIABLE inline
#else
#define BOOST_INLINE_VARIABLE
#endif
//
// Unused variable/typedef workarounds:
//