clang-3.5: disable more stuff using auto.

This commit is contained in:
jzmaddock
2019-06-23 08:56:25 +01:00
parent 1c712d0bf0
commit d5046fd9e5

View File

@ -291,7 +291,7 @@
# define BOOST_NO_CXX14_CONSTEXPR
#endif
#if !__has_feature(__cxx_return_type_deduction__)
#if !__has_feature(__cxx_return_type_deduction__) || (__clang_major__ < 4)
# define BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION
#endif