]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/metaparse/test/repeated1.cpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / metaparse / test / repeated1.cpp
CommitLineData
7c673cae
FG
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
6#include <boost/metaparse/repeated1.hpp>
7
8using boost::metaparse::repeated1;
9
10#define TEST_NAME repeated1
11
12#include "repeated1_test.hpp"
13