Files
boost_regex/demo/regress/r3.cpp

27 lines
218 B
C++
Raw Normal View History

//
// 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"