Use a newly added querying macro for BOOST_NO_DECLTYPE_N3276 on clang.

[SVN r77934]
This commit is contained in:
Michel Morin
2012-04-12 13:10:47 +00:00
parent 9e23fbc66f
commit 5e8f4347fd

View File

@ -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