Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/container/detail/value_init.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. | 3 // (C) Copyright Ion Gaztanaga 2005-2013. |
4 // | 4 // |
5 // Distributed under the Boost Software License, Version 1.0. | 5 // Distributed under the Boost Software License, Version 1.0. |
6 // (See accompanying file LICENSE_1_0.txt or copy at | 6 // (See accompanying file LICENSE_1_0.txt or copy at |
7 // http://www.boost.org/LICENSE_1_0.txt) | 7 // http://www.boost.org/LICENSE_1_0.txt) |
8 // | 8 // |
11 ////////////////////////////////////////////////////////////////////////////// | 11 ////////////////////////////////////////////////////////////////////////////// |
12 | 12 |
13 #ifndef BOOST_CONTAINER_DETAIL_VALUE_INIT_HPP | 13 #ifndef BOOST_CONTAINER_DETAIL_VALUE_INIT_HPP |
14 #define BOOST_CONTAINER_DETAIL_VALUE_INIT_HPP | 14 #define BOOST_CONTAINER_DETAIL_VALUE_INIT_HPP |
15 | 15 |
16 #if defined(_MSC_VER) | 16 #ifndef BOOST_CONFIG_HPP |
17 # include <boost/config.hpp> | |
18 #endif | |
19 | |
20 #if defined(BOOST_HAS_PRAGMA_ONCE) | |
17 # pragma once | 21 # pragma once |
18 #endif | 22 #endif |
19 | 23 |
20 #include "config_begin.hpp" | 24 #include <boost/container/detail/config_begin.hpp> |
21 #include <boost/container/detail/workaround.hpp> | 25 #include <boost/container/detail/workaround.hpp> |
22 | 26 |
23 namespace boost { | 27 namespace boost { |
24 namespace container { | 28 namespace container { |
25 namespace container_detail { | 29 namespace container_detail { |