|
||||
File indexing completed on 2025-01-18 09:34:40
0001 /*============================================================================= 0002 Copyright (c) 2014 Kohei Takahashi 0003 0004 Distributed under the Boost Software License, Version 1.0. (See accompanying 0005 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0006 ==============================================================================*/ 0007 #ifndef FUSION_VECTOR20_11052014_2316 0008 #define FUSION_VECTOR20_11052014_2316 0009 0010 #include <boost/config.hpp> 0011 #include <boost/fusion/support/config.hpp> 0012 #include <boost/fusion/container/vector/detail/config.hpp> 0013 0014 /////////////////////////////////////////////////////////////////////////////// 0015 // Without variadics, we will use the PP version 0016 /////////////////////////////////////////////////////////////////////////////// 0017 #if !defined(BOOST_FUSION_HAS_VARIADIC_VECTOR) 0018 # include <boost/fusion/container/vector/detail/cpp03/vector20.hpp> 0019 #else 0020 0021 /////////////////////////////////////////////////////////////////////////////// 0022 // C++11 interface 0023 /////////////////////////////////////////////////////////////////////////////// 0024 #include <boost/fusion/container/vector/vector_fwd.hpp> 0025 #include <boost/fusion/container/vector/vector.hpp> 0026 0027 #endif 0028 #endif 0029
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |