Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/xpressive/test/test_sub_match.cpp @ 69

Last change on this file since 69 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 534 bytes
Line 
1///////////////////////////////////////////////////////////////////////////////
2// test_sub_match.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)
7
8#include <boost/xpressive/sub_match.hpp>
9
10///////////////////////////////////////////////////////////////////////////////
11// test_main
12//   read the tests from the input file and execute them
13int test_main( int, char*[] )
14{
15    return 0;
16}
Note: See TracBrowser for help on using the repository browser.