Apply Michel Morin's decltype patch.

[SVN r77256]
This commit is contained in:
John Maddock
2012-03-07 09:28:11 +00:00
parent c402b154c9
commit 9150db8f0f

View File

@ -44,7 +44,9 @@
# define BOOST_NO_DECLTYPE
#endif
#define BOOST_NO_DECLTYPE_N3276
#if !__has_feature(__cxx_decltype__)
# define BOOST_NO_DECLTYPE_N3276
#endif
#if !__has_feature(cxx_defaulted_functions)
# define BOOST_NO_DEFAULTED_FUNCTIONS