Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/utility/swap.hpp @ 125:34e428693f5d vext
Vext -> Repoint
author | Chris Cannam |
---|---|
date | Thu, 14 Jun 2018 11:15:39 +0100 |
parents | c530137014c0 |
children |
rev | line source |
---|---|
Chris@101 | 1 /* |
Chris@101 | 2 * Copyright (c) 2014 Glen Fernandes |
Chris@101 | 3 * |
Chris@101 | 4 * Distributed under the Boost Software License, Version 1.0. (See |
Chris@101 | 5 * accompanying file LICENSE_1_0.txt or copy at |
Chris@101 | 6 * http://www.boost.org/LICENSE_1_0.txt) |
Chris@101 | 7 */ |
Chris@16 | 8 |
Chris@16 | 9 #ifndef BOOST_UTILITY_SWAP_HPP |
Chris@16 | 10 #define BOOST_UTILITY_SWAP_HPP |
Chris@16 | 11 |
Chris@101 | 12 // The header file at this path is deprecated; |
Chris@101 | 13 // use boost/core/swap.hpp instead. |
Chris@16 | 14 |
Chris@101 | 15 #include <boost/core/swap.hpp> |
Chris@16 | 16 |
Chris@16 | 17 #endif |