Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/swap.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 // Copyright (C) 2007 Joseph Gauterin | 1 /* |
2 // | 2 * Copyright (c) 2014 Glen Fernandes |
3 // Distributed under the Boost Software License, Version 1.0. (See | 3 * |
4 // accompanying file LICENSE_1_0.txt or copy at | 4 * Distributed under the Boost Software License, Version 1.0. (See |
5 // http://www.boost.org/LICENSE_1_0.txt) | 5 * accompanying file LICENSE_1_0.txt or copy at |
6 * http://www.boost.org/LICENSE_1_0.txt) | |
7 */ | |
6 | 8 |
7 #ifndef BOOST_SWAP_HPP | 9 #ifndef BOOST_SWAP_HPP |
8 #define BOOST_SWAP_HPP | 10 #define BOOST_SWAP_HPP |
9 | 11 |
10 #include "boost/utility/swap.hpp" | 12 // The header file at this path is deprecated; |
13 // use boost/core/swap.hpp instead. | |
14 | |
15 #include <boost/core/swap.hpp> | |
11 | 16 |
12 #endif | 17 #endif |