mirror of
https://github.com/boostorg/regex.git
synced 2025-07-15 13:26:38 +02:00
25 lines
218 B
C++
25 lines
218 B
C++
|
|
//
|
|
// master include file for different regression builds...
|
|
//
|
|
// r1.cpp
|
|
// narrow char's, locale Win32
|
|
|
|
#define BOOST_RE_TEST_LOCALE_W32
|
|
|
|
#include "parse.cpp"
|
|
#include "regress.cpp"
|
|
#include "tests.cpp"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|