]> git.lyx.org Git - lyx.git/blob - boost/boost/property_map.hpp
Make the default format translatable, and load the cite formats in
[lyx.git] / boost / boost / property_map.hpp
1 /*=============================================================================
2 Copyright (c) 2009 Trustees of Indiana University
3
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
8
9 #include <boost/version.hpp>
10
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
18
19 #include <boost/property_map/property_map.hpp>