]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/fusion/include/boost/fusion/container/vector/vector40.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / fusion / include / boost / fusion / container / vector / vector40.hpp
CommitLineData
7c673cae
FG
1/*=============================================================================
2 Copyright (c) 2014 Kohei Takahashi
3
4 Distributed under the Boost Software License, Version 1.0. (See accompanying
5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6==============================================================================*/
7#ifndef FUSION_VECTOR40_11052014_2316
8#define FUSION_VECTOR40_11052014_2316
9
10#include <boost/config.hpp>
11#include <boost/fusion/support/config.hpp>
12#include <boost/fusion/container/vector/detail/config.hpp>
13
14///////////////////////////////////////////////////////////////////////////////
15// Without variadics, we will use the PP version
16///////////////////////////////////////////////////////////////////////////////
17#if !defined(BOOST_FUSION_HAS_VARIADIC_VECTOR)
18# include <boost/fusion/container/vector/detail/cpp03/vector40.hpp>
19#else
20
21///////////////////////////////////////////////////////////////////////////////
22// C++11 interface
23///////////////////////////////////////////////////////////////////////////////
24#include <boost/fusion/container/vector/vector_fwd.hpp>
25#include <boost/fusion/container/vector/vector.hpp>
26
27#endif
28#endif
29