Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:31:08

0001 /*=============================================================================
0002     Copyright (c) 2001-2011 Joel de Guzman
0003     Copyright (c) 2005-2006 Dan Marsden
0004     Copyright (c) 2010 Christopher Schmidt
0005 
0006     Distributed under the Boost Software License, Version 1.0. (See accompanying 
0007     file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0008 ==============================================================================*/
0009 #if !defined(BOOST_FUSION_ARRAY_27122005_1035)
0010 #define BOOST_FUSION_ARRAY_27122005_1035
0011 
0012 //For backwards compatibility
0013 #include <boost/fusion/adapted/boost_array.hpp>
0014 
0015 #include <boost/fusion/adapted/array/tag_of.hpp>
0016 #include <boost/fusion/adapted/array/is_view_impl.hpp>
0017 #include <boost/fusion/adapted/array/is_sequence_impl.hpp>
0018 #include <boost/fusion/adapted/array/category_of_impl.hpp>
0019 #include <boost/fusion/adapted/array/begin_impl.hpp>
0020 #include <boost/fusion/adapted/array/end_impl.hpp>
0021 #include <boost/fusion/adapted/array/size_impl.hpp>
0022 #include <boost/fusion/adapted/array/at_impl.hpp>
0023 #include <boost/fusion/adapted/array/value_at_impl.hpp>
0024 #include <boost/fusion/adapted/array/deref_impl.hpp>
0025 #include <boost/fusion/adapted/array/value_of_impl.hpp>
0026 
0027 #endif