Files
boost_regex/demo/regress/r5.cpp

28 lines
233 B
C++
Raw Normal View History

//
// master include file for different regression builds...
//
// r1.cpp
// wide char's, locale C
#define BOOST_RE_TEST_LOCALE_C
#define TEST_UNICODE
#include "parse.cpp"
#include "regress.cpp"
#include "tests.cpp"