forked from boostorg/regex
29 lines
232 B
C++
29 lines
232 B
C++
![]() |
|
||
|
//
|
||
|
// master include file for different regression builds...
|
||
|
//
|
||
|
// r1.cpp
|
||
|
// narrow char's, locale C, force no Win32
|
||
|
|
||
|
#define BOOST_RE_TEST_LOCALE_C
|
||
|
|
||
|
|
||
|
#include "parse.cpp"
|
||
|
#include "regress.cpp"
|
||
|
#include "tests.cpp"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|