1 // Copyright Abel Sinkovics (abel@sinkovics.hu) 2015.
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 
6 #include <boost/metaparse/repeated_reject_incomplete.hpp>
7 
8 using boost::metaparse::repeated_reject_incomplete;
9 
10 #define TEST_NAME repeated_reject_incomplete
11 
12 #include "repeated_reject_incomplete_test.hpp"
13 
14