14 lines
429 B
C++
14 lines
429 B
C++
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2015.
|
|
// 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_reject_incomplete.hpp>
|
|
|
|
using boost::metaparse::repeated_reject_incomplete;
|
|
|
|
#define TEST_NAME repeated_reject_incomplete
|
|
|
|
#include "repeated_reject_incomplete_test.hpp"
|
|
|