Added boost header
This commit is contained in:
27
test/external/boost/spirit/utility/chset.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/chset.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_CHSET
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_CHSET
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_chset.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_chset.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_chset.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/chset_operators.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/chset_operators.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_CHSET_OPERATORS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_CHSET_OPERATORS
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_chset_operators.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_chset_operators.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_chset_operators.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/confix.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/confix.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_CONFIX
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_CONFIX
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_confix.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_confix.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_confix.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/confix_fwd.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/confix_fwd.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_CONFIX_FWD
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_CONFIX_FWD
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_confix_fwd.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_confix_fwd.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_confix_fwd.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/distinct.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/distinct.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_DISTINCT
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_DISTINCT
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_distinct.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_distinct.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_distinct.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/distinct_fwd.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/distinct_fwd.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_DISTINCT_FWD
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_DISTINCT_FWD
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_distinct_fwd.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_distinct_fwd.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_distinct_fwd.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/escape_char.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/escape_char.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_ESCAPE_CHAR
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_ESCAPE_CHAR
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_escape_char.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_escape_char.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_escape_char.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/escape_char_fwd.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/escape_char_fwd.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_ESCAPE_CHAR_FWD
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_ESCAPE_CHAR_FWD
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_escape_char_fwd.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_escape_char_fwd.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_escape_char_fwd.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/flush_multi_pass.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/flush_multi_pass.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_FLUSH_MULTI_PASS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_FLUSH_MULTI_PASS
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_flush_multi_pass.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_flush_multi_pass.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_flush_multi_pass.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/functor_parser.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/functor_parser.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_FUNCTOR_PARSER
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_FUNCTOR_PARSER
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_functor_parser.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_functor_parser.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_functor_parser.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/grammar_def.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/grammar_def.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_GRAMMAR_DEF
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_GRAMMAR_DEF
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_grammar_def.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_grammar_def.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_grammar_def.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/grammar_def_fwd.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/grammar_def_fwd.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_GRAMMAR_DEF_FWD
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_GRAMMAR_DEF_FWD
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_grammar_def_fwd.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_grammar_def_fwd.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_grammar_def_fwd.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/lists.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/lists.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_LISTS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_LISTS
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_lists.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_lists.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_lists.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/lists_fwd.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/lists_fwd.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_LISTS_FWD
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_LISTS_FWD
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_lists_fwd.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_lists_fwd.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_lists_fwd.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/loops.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/loops.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_LOOPS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_LOOPS
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_loops.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_loops.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_loops.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/regex.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/regex.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_REGEX
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_REGEX
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_regex.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_regex.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_regex.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/rule_parser.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/rule_parser.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_RULE_PARSER
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_RULE_PARSER
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_rule_parser.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_rule_parser.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_rule_parser.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/scoped_lock.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/scoped_lock.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_SCOPED_LOCK
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_SCOPED_LOCK
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_scoped_lock.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_scoped_lock.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_scoped_lock.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/utility/typeof.hpp
vendored
Normal file
27
test/external/boost/spirit/utility/typeof.hpp
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2008 Joel de Guzman
|
||||
Copyright (c) 2001-2008 Hartmut Kaiser
|
||||
http://spirit.sourceforge.net/
|
||||
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_TYPEOF_UTILITY
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_TYPEOF_UTILITY
|
||||
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#if BOOST_VERSION >= 103800
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
|
||||
# pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/classic_typeof.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_typeof.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_typeof.hpp>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user