fix doc example typo
[boost.git] / boost / property_map.hpp
blob802c3a9eb0bcf39818b9bcdc2d6aaee83c9c06ad
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/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/property_map.hpp"
16 #endif
17 #endif