repeated1.cpp 362 B

12345678910111213
  1. // Copyright Abel Sinkovics (abel@sinkovics.hu) 2010.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #include <boost/metaparse/repeated1.hpp>
  6. using boost::metaparse::repeated1;
  7. #define TEST_NAME repeated1
  8. #include "repeated1_test.hpp"