Release 1.39.0
[boost.git] / Boost_1_39_0 / boost / spirit / phoenix / tuple_helpers.hpp
blob92a4ce9743b6d52dc98e66b5b11458839c123beb
1 /*=============================================================================
2 Copyright (c) 2001-2008 Joel de Guzman
3 Copyright (c) 2001-2008 Hartmut Kaiser
4 http://spirit.sourceforge.net/
6 Distributed under the Boost Software License, Version 1.0. (See accompanying
7 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8 =============================================================================*/
9 #ifndef BOOST_SPIRIT_DEPRECATED_INCLUDE_TUPLE_HELPERS
10 #define BOOST_SPIRIT_DEPRECATED_INCLUDE_TUPLE_HELPERS
12 #include <boost/version.hpp>
14 #if BOOST_VERSION >= 103800
15 #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
16 # pragma message ("Warning: This header is deprecated. Please use: boost/spirit/include/phoenix1_tuple_helpers.hpp")
17 #elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
18 # warning "This header is deprecated. Please use: boost/spirit/include/phoenix1_tuple_helpers.hpp"
19 #endif
20 #endif
22 #include <boost/spirit/include/phoenix1_tuple_helpers.hpp>
24 #endif