]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/vmd/include/boost/vmd/seq.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / vmd / include / boost / vmd / seq.hpp
CommitLineData
7c673cae
FG
1
2// (C) Copyright Edward Diener 2015
3// Use, modification and distribution are subject to the Boost Software License,
4// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
5// http://www.boost.org/LICENSE_1_0.txt).
6
7#if !defined(BOOST_VMD_SEQ_HPP)
8#define BOOST_VMD_SEQ_HPP
9
10#include <boost/vmd/detail/setup.hpp>
11
12#if BOOST_PP_VARIADICS
13
14#include <boost/vmd/seq/is_vmd_seq.hpp>
15#include <boost/vmd/seq/pop_back.hpp>
16#include <boost/vmd/seq/pop_front.hpp>
17#include <boost/vmd/seq/push_back.hpp>
18#include <boost/vmd/seq/push_front.hpp>
19#include <boost/vmd/seq/remove.hpp>
20#include <boost/vmd/seq/size.hpp>
21#include <boost/vmd/seq/to_array.hpp>
22#include <boost/vmd/seq/to_list.hpp>
23#include <boost/vmd/seq/to_tuple.hpp>
24
25#endif /* BOOST_PP_VARIADICS */
26#endif /* BOOST_VMD_SEQ_HPP */