Skip to content
  • Mark OLESEN's avatar
    ENH: reorganize regular expressions and add C++11 regex support · 48787737
    Mark OLESEN authored
    - new regExpCxx wrapper for C++11 regex support with drop-in
      compatibility with existing code.
    
    - regExpPosix (was regExp), for future phase out in favour of regExpCxx.
    
    - The regExp header will continue to be used for defining an
      appropriate typedef corresponding to the preferred implementation.
    48787737