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 
0010 #ifndef BOOST_FUSION_ADAPTED_ADT_HPP
0011 #define BOOST_FUSION_ADAPTED_ADT_HPP
0012 
0013 #include <boost/fusion/support/config.hpp>
0014 #include <boost/fusion/adapted/adt/adapt_assoc_adt_named.hpp>
0015 #include <boost/fusion/adapted/adt/adapt_assoc_adt.hpp>
0016 #include <boost/fusion/adapted/adt/adapt_adt_named.hpp>
0017 #include <boost/fusion/adapted/adt/adapt_adt.hpp>
0018 
0019 #endif