mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
clang-3.5: disable more stuff using auto.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user