Improve vacpp support.
[boost.git] / boost / libs / xpressive / test / test_regex_compiler.cpp
blob42f41b5e8a965c586f167e686d8d142e44885654
1 ///////////////////////////////////////////////////////////////////////////////
2 // test_regex_compiler.cpp
3 //
4 // Copyright 2004 Eric Niebler. Distributed under the Boost
5 // Software License, Version 1.0. (See accompanying file
6 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 #include <boost/xpressive/regex_compiler.hpp>
10 ///////////////////////////////////////////////////////////////////////////////
11 // test_main
12 // read the tests from the input file and execute them
13 int test_main( int, char*[] )
15 return 0;