Ticket #6406: boost-xpressive.patch

File boost-xpressive.patch, 657 bytes (added by Petr Machata <pmachata@…>, 11 years ago)
  • boost/xpressive/detail/core/adaptor.hpp

    diff -urp boost_1_48_0~/boost/xpressive/detail/core/adaptor.hpp boost_1_48_0/boost/xpressive/detail/core/adaptor.hpp
    old new struct xpression_adaptor  
    4141      && ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1)))
    4242        // Ugh, gcc has an optimizer bug which elides this c'tor call
    4343        // resulting in pure virtual function calls.
    44         __attribute__((noinline))
     44        __attribute__((__noinline__))
    4545    #endif
    4646      : xpr_(xpr)
    4747    {