From 66790b7714fa18cbefd4a7b63eb4ea63c25ea6ce Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 22 Jun 2013 12:31:58 +0000 Subject: [PATCH] Corrected BOOST_NO_CXX11_TRAILING_RESULT_TYPES macro name. [SVN r84874] --- include/boost/config/compiler/common_edg.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/common_edg.hpp b/include/boost/config/compiler/common_edg.hpp index a92f7d2a..70e7efa2 100644 --- a/include/boost/config/compiler/common_edg.hpp +++ b/include/boost/config/compiler/common_edg.hpp @@ -102,7 +102,7 @@ #define BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX #define BOOST_NO_CXX11_USER_DEFINED_LITERALS #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 #ifdef c_plusplus