mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
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:
3
applications/test/regex1/Make/files
Normal file
3
applications/test/regex1/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
Test-regex1.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-regex1
|
||||
2
applications/test/regex1/Make/options
Normal file
2
applications/test/regex1/Make/options
Normal file
@ -0,0 +1,2 @@
|
||||
/* EXE_INC = */
|
||||
/* EXE_LIBS = */
|
||||
Reference in New Issue
Block a user