Merge pull request #118 from glenfe/develop

Define BOOST_NO_CXX11_SFINAE_EXPR in C++98 clang
This commit is contained in:
jzmaddock
2017-02-20 17:48:37 +00:00
committed by GitHub

View File

@ -282,6 +282,10 @@
# define BOOST_NO_CXX14_VARIABLE_TEMPLATES
#endif
#if __cplusplus < 201103L
#define BOOST_NO_CXX11_SFINAE_EXPR
#endif
#if __cplusplus < 201400
// All versions with __cplusplus above this value seem to support this:
# define BOOST_NO_CXX14_DIGIT_SEPARATORS