forked from boostorg/regex
27 lines
218 B
C++
27 lines
218 B
C++
![]() |
|
||
|
//
|
||
|
// master include file for different regression builds...
|
||
|
//
|
||
|
// r1.cpp
|
||
|
// narrow char's, locale CPP
|
||
|
|
||
|
#define BOOST_RE_TEST_LOCALE_CPP
|
||
|
|
||
|
#include "parse.cpp"
|
||
|
#include "regress.cpp"
|
||
|
#include "tests.cpp"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|