diff options
Diffstat (limited to 'src/boost/libs/xpressive/test/test_match_results.cpp')
-rw-r--r-- | src/boost/libs/xpressive/test/test_match_results.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/boost/libs/xpressive/test/test_match_results.cpp b/src/boost/libs/xpressive/test/test_match_results.cpp new file mode 100644 index 00000000..879a83a5 --- /dev/null +++ b/src/boost/libs/xpressive/test/test_match_results.cpp @@ -0,0 +1,9 @@ +/////////////////////////////////////////////////////////////////////////////// +// test_match_results.cpp +// +// Copyright 2008 Eric Niebler. Distributed under the Boost +// Software License, Version 1.0. (See accompanying file +// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + +#include <boost/xpressive/match_results.hpp> + |