forked from boostorg/config
Use a newly added querying macro for BOOST_NO_DECLTYPE_N3276 on clang.
[SVN r77934]
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
# define BOOST_NO_DECLTYPE
|
||||
#endif
|
||||
|
||||
#if !__has_feature(__cxx_decltype__)
|
||||
#if !__has_feature(cxx_decltype_incomplete_return_types)
|
||||
# define BOOST_NO_DECLTYPE_N3276
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user