Added boost header
This commit is contained in:
24
test/external/boost/spirit/phoenix/actor.hpp
vendored
Normal file
24
test/external/boost/spirit/phoenix/actor.hpp
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/*=============================================================================
|
||||
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_PHOENIX_ACTOR
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_PHOENIX_ACTOR
|
||||
|
||||
#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/phoenix1_actor.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_actor.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/include/phoenix1_actor.hpp>
|
||||
|
||||
#endif
|
||||
24
test/external/boost/spirit/phoenix/binders.hpp
vendored
Normal file
24
test/external/boost/spirit/phoenix/binders.hpp
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/*=============================================================================
|
||||
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_BINDERS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_BINDERS
|
||||
|
||||
#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/phoenix1_binders.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_binders.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/include/phoenix1_binders.hpp>
|
||||
|
||||
#endif
|
||||
24
test/external/boost/spirit/phoenix/casts.hpp
vendored
Normal file
24
test/external/boost/spirit/phoenix/casts.hpp
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/*=============================================================================
|
||||
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_CASTS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_CASTS
|
||||
|
||||
#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/phoenix1_casts.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_casts.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/include/phoenix1_casts.hpp>
|
||||
|
||||
#endif
|
||||
24
test/external/boost/spirit/phoenix/closures.hpp
vendored
Normal file
24
test/external/boost/spirit/phoenix/closures.hpp
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/*=============================================================================
|
||||
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_CLOSURES
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_CLOSURES
|
||||
|
||||
#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/phoenix1_closures.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_closures.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/include/phoenix1_closures.hpp>
|
||||
|
||||
#endif
|
||||
24
test/external/boost/spirit/phoenix/composite.hpp
vendored
Normal file
24
test/external/boost/spirit/phoenix/composite.hpp
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/*=============================================================================
|
||||
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_PHOENIX_COMPOSITE
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_PHOENIX_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/phoenix1_composite.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_composite.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/include/phoenix1_composite.hpp>
|
||||
|
||||
#endif
|
||||
24
test/external/boost/spirit/phoenix/functions.hpp
vendored
Normal file
24
test/external/boost/spirit/phoenix/functions.hpp
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/*=============================================================================
|
||||
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_FUNCTIONS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_FUNCTIONS
|
||||
|
||||
#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/phoenix1_functions.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_functions.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/include/phoenix1_functions.hpp>
|
||||
|
||||
#endif
|
||||
24
test/external/boost/spirit/phoenix/new.hpp
vendored
Normal file
24
test/external/boost/spirit/phoenix/new.hpp
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/*=============================================================================
|
||||
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_NEW
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_NEW
|
||||
|
||||
#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/phoenix1_new.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_new.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/include/phoenix1_new.hpp>
|
||||
|
||||
#endif
|
||||
24
test/external/boost/spirit/phoenix/operators.hpp
vendored
Normal file
24
test/external/boost/spirit/phoenix/operators.hpp
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/*=============================================================================
|
||||
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_PHOENIX_OPERATORS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_PHOENIX_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/phoenix1_operators.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_operators.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/include/phoenix1_operators.hpp>
|
||||
|
||||
#endif
|
||||
24
test/external/boost/spirit/phoenix/primitives.hpp
vendored
Normal file
24
test/external/boost/spirit/phoenix/primitives.hpp
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/*=============================================================================
|
||||
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_PHOENIX_PRIMITIVES
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_PHOENIX_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/phoenix1_primitives.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_primitives.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/include/phoenix1_primitives.hpp>
|
||||
|
||||
#endif
|
||||
24
test/external/boost/spirit/phoenix/special_ops.hpp
vendored
Normal file
24
test/external/boost/spirit/phoenix/special_ops.hpp
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/*=============================================================================
|
||||
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_SPECIAL_OPS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_SPECIAL_OPS
|
||||
|
||||
#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/phoenix1_special_ops.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_special_ops.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/include/phoenix1_special_ops.hpp>
|
||||
|
||||
#endif
|
||||
24
test/external/boost/spirit/phoenix/statements.hpp
vendored
Normal file
24
test/external/boost/spirit/phoenix/statements.hpp
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/*=============================================================================
|
||||
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_STATEMENTS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_STATEMENTS
|
||||
|
||||
#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/phoenix1_statements.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_statements.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/include/phoenix1_statements.hpp>
|
||||
|
||||
#endif
|
||||
24
test/external/boost/spirit/phoenix/tuple_helpers.hpp
vendored
Normal file
24
test/external/boost/spirit/phoenix/tuple_helpers.hpp
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/*=============================================================================
|
||||
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_TUPLE_HELPERS
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_TUPLE_HELPERS
|
||||
|
||||
#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/phoenix1_tuple_helpers.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_tuple_helpers.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/include/phoenix1_tuple_helpers.hpp>
|
||||
|
||||
#endif
|
||||
24
test/external/boost/spirit/phoenix/tuples.hpp
vendored
Normal file
24
test/external/boost/spirit/phoenix/tuples.hpp
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/*=============================================================================
|
||||
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_TUPLES
|
||||
#define BOOST_SPIRIT_DEPRECATED_INCLUDE_TUPLES
|
||||
|
||||
#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/phoenix1_tuples.hpp")
|
||||
#elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
|
||||
# warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_tuples.hpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <boost/spirit/include/phoenix1_tuples.hpp>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user