fix doc example typo
[boost.git] / boost / dynamic_property_map.hpp
blobe5488773f0182e824750635fd71b6d6c1fb78908
1 /*=============================================================================
2 Copyright (c) 2009 Trustees of Indiana University
4 Distributed under the Boost Software License, Version 1.0. (See accompanying
5 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 =============================================================================*/
7 // Redirect/warning header, adapted from the version in Spirit
9 #include <boost/version.hpp>
11 #if BOOST_VERSION >= 103800
12 #if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__DMC__)
13 # pragma message ("Warning: This header is deprecated. Please use: boost/property_map/dynamic_property_map.hpp")
14 #elif defined(__GNUC__) || defined(__HP_aCC) || defined(__SUNPRO_CC) || defined(__IBMCPP__)
15 # warning "This header is deprecated. Please use: boost/property_map/dynamic_property_map.hpp"
16 #endif
17 #endif