forked from boostorg/config
clang-3.5: disable more stuff using auto.
This commit is contained in:
@ -291,7 +291,7 @@
|
|||||||
# define BOOST_NO_CXX14_CONSTEXPR
|
# define BOOST_NO_CXX14_CONSTEXPR
|
||||||
#endif
|
#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
|
# define BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user