Changes between Initial Version and Version 1 of Ticket #7809


Ignore:
Timestamp:
Dec 19, 2012, 5:38:32 AM (10 years ago)
Author:
Nathan Ridge
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7809 – Description

    initial v1  
    1 he following code:
     1The following code:
    22
    33
     4
     5{{{
    46#include <string>
    57#include <boost/xpressive/xpressive_static.hpp>
     
    1113}
    1214
     15}}}
     16
    1317
    1418when compiled with GCC (I tested with 4.6/4.7/4.8) in C++11 mode,
     
    1620
    1721
     22
     23{{{
    1824In file included from ./boost/xpressive/detail/core/regex_impl.hpp:21:0,
    1925                 from ./boost/xpressive/match_results.hpp:54,
     
    3440                                                                         ^
    3541
     42}}}
     43
    3644
    3745It works fine if I don't compile in C++11 mode. It used to work fine