Corrected BOOST_NO_CXX11_TRAILING_RESULT_TYPES macro name.

[SVN r84874]
This commit is contained in:
Andrey Semashev
2013-06-22 12:31:58 +00:00
parent 23579c60d2
commit 66790b7714

View File

@ -102,7 +102,7 @@
#define BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX #define BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX
#define BOOST_NO_CXX11_USER_DEFINED_LITERALS #define BOOST_NO_CXX11_USER_DEFINED_LITERALS
#define BOOST_NO_CXX11_ALIGNAS #define BOOST_NO_CXX11_ALIGNAS
#define BOOST_NO_CXX11_TRAILING_RESULT_TYPE #define BOOST_NO_CXX11_TRAILING_RESULT_TYPES
#define BOOST_NO_CXX11_INLINE_NAMESPACES #define BOOST_NO_CXX11_INLINE_NAMESPACES
#ifdef c_plusplus #ifdef c_plusplus