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.
This commit is contained in:
Mark Olesen
2019-03-14 13:24:23 +01:00
committed by Andrew Heather
parent e0e0414726
commit 487877377d
17 changed files with 1170 additions and 330 deletions

View File

@ -0,0 +1,3 @@
Test-regex1.C
EXE = $(FOAM_USER_APPBIN)/Test-regex1

View File

@ -0,0 +1,2 @@
/* EXE_INC = */
/* EXE_LIBS = */