Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/fusion/adapted.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*=============================================================================
0002     Copyright (c) 2001-2011 Joel de Guzman
0003     Copyright (c) 2005-2006 Dan Marsden
0004 
0005     Distributed under the Boost Software License, Version 1.0. (See accompanying
0006     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0007 ==============================================================================*/
0008 #if !defined(BOOST_FUSION_ADAPTED_30122005_1420)
0009 #define BOOST_FUSION_ADAPTED_30122005_1420
0010 
0011 #include <boost/fusion/support/config.hpp>
0012 #include <boost/fusion/adapted/adt.hpp>
0013 #include <boost/fusion/adapted/array.hpp>
0014 #include <boost/fusion/adapted/boost_array.hpp>
0015 #include <boost/fusion/adapted/boost_tuple.hpp>
0016 #include <boost/fusion/adapted/mpl.hpp>
0017 #include <boost/fusion/adapted/std_pair.hpp>
0018 #include <boost/fusion/adapted/struct.hpp>
0019 
0020 // The std_tuple_iterator adaptor only supports implementations
0021 // using variadic templates
0022 #if !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
0023 #include <boost/fusion/adapted/std_tuple.hpp>
0024 #endif
0025 
0026 #endif