Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/spirit.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-2008 Joel de Guzman
0003   Copyright (c) 2001-2008 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 #ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_SPIRIT
0010 #define BOOST_SPIRIT_DEPRECATED_INCLUDE_SPIRIT
0011 
0012 #include <boost/version.hpp>
0013 
0014 #if BOOST_VERSION >= 103800
0015 #if defined(_MSC_VER) || defined(__BORLANDC__) && !defined(__clang__) || defined(__DMC__)
0016 #  pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic.hpp")
0017 #elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__) || defined(__BORLANDC__)
0018 #  warning "This header is deprecated. Please use: boost/spirit/include/classic.hpp"
0019 #endif
0020 #endif
0021 
0022 #if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
0023 #define BOOST_SPIRIT_USE_OLD_NAMESPACE
0024 #endif
0025 #include <boost/spirit/include/classic.hpp>
0026 
0027 #endif