New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #23503: patch-regex-match-extra.diff

File patch-regex-match-extra.diff, 465 bytes (added by tvb377@…, 2 years ago)
  • boost/regex/user.hpp

    old new  
    8484// define this if you want to be able to access extended capture 
    8585// information in your sub_match's (caution this will slow things 
    8686// down quite a bit). 
    87 // #define BOOST_REGEX_MATCH_EXTRA 
     87#define BOOST_REGEX_MATCH_EXTRA 
    8888 
    8989// define this if you want to enable support for Unicode via ICU. 
    9090// #define BOOST_HAS_ICU