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
parent 9ea99ed8df
commit 323fe2f299
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 = */