diff options
Diffstat (limited to 'src/boost/libs/metaparse/test/repeated.cpp')
-rw-r--r-- | src/boost/libs/metaparse/test/repeated.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/boost/libs/metaparse/test/repeated.cpp b/src/boost/libs/metaparse/test/repeated.cpp new file mode 100644 index 00000000..f7b57da1 --- /dev/null +++ b/src/boost/libs/metaparse/test/repeated.cpp @@ -0,0 +1,13 @@ +// Copyright Abel Sinkovics (abel@sinkovics.hu) 2010. +// 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/metaparse/repeated.hpp> + +using boost::metaparse::repeated; + +#define TEST_NAME repeated + +#include "repeated_test.hpp" + |