Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79614 - in branches/release: . boost boost/xpressive boost/xpressive/detail/core
From: eric_at_[hidden]
Date: 2012-07-20 01:55:59


Author: eric_niebler
Date: 2012-07-20 01:55:55 EDT (Fri, 20 Jul 2012)
New Revision: 79614
URL: http://svn.boost.org/trac/boost/changeset/79614

Log:
merge [76766] from trunk to release
Properties modified:
   branches/release/ (props changed)
   branches/release/boost/ (props changed)
   branches/release/boost/xpressive/ (props changed)
Text files modified:
   branches/release/boost/xpressive/detail/core/adaptor.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/release/boost/xpressive/detail/core/adaptor.hpp
==============================================================================
--- branches/release/boost/xpressive/detail/core/adaptor.hpp (original)
+++ branches/release/boost/xpressive/detail/core/adaptor.hpp 2012-07-20 01:55:55 EDT (Fri, 20 Jul 2012)
@@ -41,7 +41,7 @@
       && ((__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)
     {


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