annotate 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
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_SWAP_HPP
Chris@16 10 #define BOOST_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@101 14
Chris@101 15 #include <boost/core/swap.hpp>
Chris@16 16
Chris@16 17 #endif