|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r84245 - trunk/boost/config
From: mimomorin_at_[hidden]
Date: 2013-05-12 09:53:14
Author: michel
Date: 2013-05-12 09:53:14 EDT (Sun, 12 May 2013)
New Revision: 84245
URL: http://svn.boost.org/trac/boost/changeset/84245
Log:
Use an attribute name with double underscores to avoid macro interference.
Text files modified:
trunk/boost/config/suffix.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/config/suffix.hpp
==============================================================================
--- trunk/boost/config/suffix.hpp (original)
+++ trunk/boost/config/suffix.hpp 2013-05-12 09:53:14 EDT (Sun, 12 May 2013)
@@ -641,7 +641,7 @@
# 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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk