Ticket #23503: patch-regex-match-extra.diff
File patch-regex-match-extra.diff, 465 bytes (added by tvb377@…, 15 years ago) |
---|
-
boost/regex/user.hpp
old new 84 84 // define this if you want to be able to access extended capture 85 85 // information in your sub_match's (caution this will slow things 86 86 // down quite a bit). 87 //#define BOOST_REGEX_MATCH_EXTRA87 #define BOOST_REGEX_MATCH_EXTRA 88 88 89 89 // define this if you want to enable support for Unicode via ICU. 90 90 // #define BOOST_HAS_ICU