summaryrefslogtreecommitdiff
path: root/boost/xpressive/detail/core/adaptor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/xpressive/detail/core/adaptor.hpp')
-rw-r--r--boost/xpressive/detail/core/adaptor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/xpressive/detail/core/adaptor.hpp b/boost/xpressive/detail/core/adaptor.hpp
index 6afecf2f92..28aaa23247 100644
--- a/boost/xpressive/detail/core/adaptor.hpp
+++ b/boost/xpressive/detail/core/adaptor.hpp
@@ -41,7 +41,7 @@ struct xpression_adaptor
&& ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1)))
// Ugh, gcc has an optimizer bug which elides this c'tor call
// resulting in pure virtual function calls.
- __attribute__((noinline))
+ __attribute__((__noinline__))
#endif
: xpr_(xpr)
{