Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/container/detail/pool_common.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
1 ////////////////////////////////////////////////////////////////////////////// | 1 ////////////////////////////////////////////////////////////////////////////// |
2 // | 2 // |
3 // (C) Copyright Ion Gaztanaga 2005-2012. Distributed under the Boost | 3 // (C) Copyright Ion Gaztanaga 2005-2013. Distributed under the Boost |
4 // Software License, Version 1.0. (See accompanying file | 4 // Software License, Version 1.0. (See accompanying file |
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) | 5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
6 // | 6 // |
7 // See http://www.boost.org/libs/container for documentation. | 7 // See http://www.boost.org/libs/container for documentation. |
8 // | 8 // |
9 ////////////////////////////////////////////////////////////////////////////// | 9 ////////////////////////////////////////////////////////////////////////////// |
10 | 10 |
11 #ifndef BOOST_CONTAINER_DETAIL_NODE_POOL_COMMON_HPP | 11 #ifndef BOOST_CONTAINER_DETAIL_POOL_COMMON_HPP |
12 #define BOOST_CONTAINER_DETAIL_NODE_POOL_COMMON_HPP | 12 #define BOOST_CONTAINER_DETAIL_POOL_COMMON_HPP |
13 | 13 |
14 #if defined(_MSC_VER) | 14 #ifndef BOOST_CONFIG_HPP |
15 # include <boost/config.hpp> | |
16 #endif | |
17 | |
18 #if defined(BOOST_HAS_PRAGMA_ONCE) | |
15 # pragma once | 19 # pragma once |
16 #endif | 20 #endif |
17 | 21 |
18 #include "config_begin.hpp" | 22 #include <boost/container/detail/config_begin.hpp> |
23 #include <boost/container/detail/workaround.hpp> | |
24 | |
19 #include <boost/intrusive/slist.hpp> | 25 #include <boost/intrusive/slist.hpp> |
20 #include <new> | |
21 | 26 |
22 namespace boost { | 27 namespace boost { |
23 namespace container { | 28 namespace container { |
24 namespace container_detail { | 29 namespace container_detail { |
25 | 30 |