To be on the safe side, disabled trailing function result types on Windows, since MSVC does not support it and Intel compiler by default disables features not supported by MSVC.

[SVN r84882]
This commit is contained in:
Andrey Semashev
2013-06-22 13:57:54 +00:00
parent 66790b7714
commit f0b6a525e0

View File

@ -256,6 +256,7 @@ template<> struct assert_intrinsic_wchar_t<unsigned short> {};
# define BOOST_NO_CXX11_DELETED_FUNCTIONS
# define BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
# define BOOST_NO_CXX11_TEMPLATE_ALIASES
# define BOOST_NO_CXX11_TRAILING_RESULT_TYPES
#endif
#if (BOOST_INTEL_CXX_VERSION < 1200)