forked from boostorg/regex
27 lines
238 B
C++
27 lines
238 B
C++
|
|
//
|
|
// master include file for different regression builds...
|
|
//
|
|
// r1.cpp
|
|
// wide char's, locale Win32
|
|
|
|
#define BOOST_RE_TEST_LOCALE_W32
|
|
#define TEST_UNICODE
|
|
|
|
#include "parse.cpp"
|
|
#include "regress.cpp"
|
|
#include "tests.cpp"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|