From bfcd7585186aab4e01e235f9a6e325859727069b Mon Sep 17 00:00:00 2001 From: Michel Morin Date: Sun, 12 May 2013 13:53:14 +0000 Subject: [PATCH] Use an attribute name with double underscores to avoid macro interference. [SVN r84245] --- include/boost/config/suffix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/suffix.hpp b/include/boost/config/suffix.hpp index c0928dde..f533b7d5 100644 --- a/include/boost/config/suffix.hpp +++ b/include/boost/config/suffix.hpp @@ -641,7 +641,7 @@ namespace std{ using ::type_info; } # if defined(_MSC_VER) # define BOOST_FORCEINLINE __forceinline # elif defined(__GNUC__) && __GNUC__ > 3 -# define BOOST_FORCEINLINE inline __attribute__ ((always_inline)) +# define BOOST_FORCEINLINE inline __attribute__ ((__always_inline__)) # else # define BOOST_FORCEINLINE inline # endif