Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:09:12

0001 /*=============================================================================
0002     Copyright (c) 1998-2003 Joel de Guzman
0003     Copyright (c) 2001-2003 Hartmut Kaiser
0004     http://spirit.sourceforge.net/
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_SPIRIT_META_MAIN_HPP)
0010 #define BOOST_SPIRIT_META_MAIN_HPP
0011 
0012 #include <boost/spirit/home/classic/version.hpp>
0013 
0014 ///////////////////////////////////////////////////////////////////////////////
0015 //
0016 //  Master header for Spirit.Meta
0017 //
0018 ///////////////////////////////////////////////////////////////////////////////
0019 
0020 #include <boost/spirit/home/classic/meta/fundamental.hpp>
0021 #include <boost/spirit/home/classic/meta/parser_traits.hpp>
0022 #include <boost/spirit/home/classic/meta/as_parser.hpp>
0023 #include <boost/spirit/home/classic/meta/traverse.hpp>
0024 
0025 #endif // BOOST_SPIRIT_CORE_MAIN_HPP
0026