Skip to content
Snippets Groups Projects
Commit 638a1efd authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: reorganize regular expressions and add C++11 regex support

- 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.
parent d84ef296
Showing
with 1125 additions and 285 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment