Added boost header
This commit is contained in:
27
test/external/boost/spirit/core/assert.hpp
vendored
Normal file
27
test/external/boost/spirit/core/assert.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_ASSERT
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_ASSERT
|
||||
|
||||
#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_assert.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_assert.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_assert.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/actions.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/actions.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_ACTIONS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_ACTIONS
|
||||
|
||||
#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_actions.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_actions.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_actions.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/alternative.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/alternative.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_ALTERNATIVE
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_ALTERNATIVE
|
||||
|
||||
#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_alternative.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_alternative.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_alternative.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/composite.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/composite.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_COMPOSITE
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_COMPOSITE
|
||||
|
||||
#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_composite.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_composite.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_composite.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/difference.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/difference.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_DIFFERENCE
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_DIFFERENCE
|
||||
|
||||
#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_difference.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_difference.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_difference.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/directives.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/directives.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_DIRECTIVES
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_DIRECTIVES
|
||||
|
||||
#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_directives.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_directives.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_directives.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/epsilon.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/epsilon.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_EPSILON
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_EPSILON
|
||||
|
||||
#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_epsilon.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_epsilon.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_epsilon.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/exclusive_or.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/exclusive_or.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_EXCLUSIVE_OR
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_EXCLUSIVE_OR
|
||||
|
||||
#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_exclusive_or.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_exclusive_or.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_exclusive_or.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/intersection.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/intersection.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_INTERSECTION
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_INTERSECTION
|
||||
|
||||
#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_intersection.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_intersection.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_intersection.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/kleene_star.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/kleene_star.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_KLEENE_STAR
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_KLEENE_STAR
|
||||
|
||||
#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_kleene_star.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_kleene_star.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_kleene_star.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/list.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/list.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_LIST
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_LIST
|
||||
|
||||
#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_list.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_list.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_list.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/no_actions.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/no_actions.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_NO_ACTIONS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_NO_ACTIONS
|
||||
|
||||
#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_no_actions.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_no_actions.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_no_actions.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/operators.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/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_OPERATORS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_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_operators.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_operators.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_operators.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/optional.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/optional.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_OPTIONAL
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_OPTIONAL
|
||||
|
||||
#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_optional.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_optional.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_optional.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/positive.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/positive.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_POSITIVE
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_POSITIVE
|
||||
|
||||
#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_positive.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_positive.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_positive.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/sequence.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/sequence.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_SEQUENCE
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_SEQUENCE
|
||||
|
||||
#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_sequence.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_sequence.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_sequence.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/sequential_and.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/sequential_and.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_SEQUENTIAL_AND
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_SEQUENTIAL_AND
|
||||
|
||||
#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_sequential_and.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_sequential_and.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_sequential_and.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/composite/sequential_or.hpp
vendored
Normal file
27
test/external/boost/spirit/core/composite/sequential_or.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_SEQUENTIAL_OR
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_SEQUENTIAL_OR
|
||||
|
||||
#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_sequential_or.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_sequential_or.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_sequential_or.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/config.hpp
vendored
Normal file
27
test/external/boost/spirit/core/config.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_CONFIG
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_CONFIG
|
||||
|
||||
#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_config.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_config.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_config.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/match.hpp
vendored
Normal file
27
test/external/boost/spirit/core/match.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_MATCH
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_MATCH
|
||||
|
||||
#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_match.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_match.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_match.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/nil.hpp
vendored
Normal file
27
test/external/boost/spirit/core/nil.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_NIL
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_NIL
|
||||
|
||||
#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_nil.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_nil.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_nil.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/non_terminal/grammar.hpp
vendored
Normal file
27
test/external/boost/spirit/core/non_terminal/grammar.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
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_GRAMMAR
|
||||
|
||||
#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.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_grammar.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_grammar.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/non_terminal/parser_context.hpp
vendored
Normal file
27
test/external/boost/spirit/core/non_terminal/parser_context.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_PARSER_CONTEXT
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_PARSER_CONTEXT
|
||||
|
||||
#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_parser_context.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_parser_context.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_parser_context.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/non_terminal/parser_id.hpp
vendored
Normal file
27
test/external/boost/spirit/core/non_terminal/parser_id.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_PARSER_ID
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_PARSER_ID
|
||||
|
||||
#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_parser_id.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_parser_id.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_parser_id.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/non_terminal/rule.hpp
vendored
Normal file
27
test/external/boost/spirit/core/non_terminal/rule.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
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_RULE
|
||||
|
||||
#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.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_rule.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_rule.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/non_terminal/subrule.hpp
vendored
Normal file
27
test/external/boost/spirit/core/non_terminal/subrule.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_SUBRULE
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_SUBRULE
|
||||
|
||||
#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_subrule.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_subrule.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_subrule.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/non_terminal/subrule_fwd.hpp
vendored
Normal file
27
test/external/boost/spirit/core/non_terminal/subrule_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_SUBRULE_FWD
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_SUBRULE_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_subrule_fwd.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_subrule_fwd.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_subrule_fwd.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/parser.hpp
vendored
Normal file
27
test/external/boost/spirit/core/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_PARSER
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_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_parser.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_parser.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_parser.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/primitives/numerics.hpp
vendored
Normal file
27
test/external/boost/spirit/core/primitives/numerics.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_NUMERICS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_NUMERICS
|
||||
|
||||
#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_numerics.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_numerics.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_numerics.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/primitives/numerics_fwd.hpp
vendored
Normal file
27
test/external/boost/spirit/core/primitives/numerics_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_NUMERICS_FWD
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_NUMERICS_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_numerics_fwd.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_numerics_fwd.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_numerics_fwd.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/primitives/primitives.hpp
vendored
Normal file
27
test/external/boost/spirit/core/primitives/primitives.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_PRIMITIVES
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_PRIMITIVES
|
||||
|
||||
#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_primitives.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_primitives.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_primitives.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/safe_bool.hpp
vendored
Normal file
27
test/external/boost/spirit/core/safe_bool.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_SAFE_BOOL
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_SAFE_BOOL
|
||||
|
||||
#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_safe_bool.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_safe_bool.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_safe_bool.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/scanner/scanner.hpp
vendored
Normal file
27
test/external/boost/spirit/core/scanner/scanner.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_SCANNER
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_SCANNER
|
||||
|
||||
#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_scanner.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_scanner.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_scanner.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/scanner/scanner_fwd.hpp
vendored
Normal file
27
test/external/boost/spirit/core/scanner/scanner_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_SCANNER_FWD
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_SCANNER_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_scanner_fwd.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_scanner_fwd.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_scanner_fwd.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/scanner/skipper.hpp
vendored
Normal file
27
test/external/boost/spirit/core/scanner/skipper.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_SKIPPER
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_SKIPPER
|
||||
|
||||
#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_skipper.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_skipper.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_skipper.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/scanner/skipper_fwd.hpp
vendored
Normal file
27
test/external/boost/spirit/core/scanner/skipper_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_SKIPPER_FWD
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_SKIPPER_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_skipper_fwd.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/classic_skipper_fwd.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(BOOST_SPIRIT_USE_OLD_NAMESPACE)
|
||||
#define BOOST_SPIRIT_USE_OLD_NAMESPACE
|
||||
#endif
|
||||
#include <boost/spirit/include/classic_skipper_fwd.hpp>
|
||||
|
||||
#endif
|
||||
27
test/external/boost/spirit/core/typeof.hpp
vendored
Normal file
27
test/external/boost/spirit/core/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_CORE
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_TYPEOF_CORE
|
||||
|
||||
#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