Changes between Initial Version and Version 1 of Ticket #7809
- Timestamp:
- Dec 19, 2012, 5:38:32 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7809 – Description
initial v1 1 he following code:1 The following code: 2 2 3 3 4 5 {{{ 4 6 #include <string> 5 7 #include <boost/xpressive/xpressive_static.hpp> … … 11 13 } 12 14 15 }}} 16 13 17 14 18 when compiled with GCC (I tested with 4.6/4.7/4.8) in C++11 mode, … … 16 20 17 21 22 23 {{{ 18 24 In file included from ./boost/xpressive/detail/core/regex_impl.hpp:21:0, 19 25 from ./boost/xpressive/match_results.hpp:54, … … 34 40 ^ 35 41 42 }}} 43 36 44 37 45 It works fine if I don't compile in C++11 mode. It used to work fine