Mercurial > hg > vamp-build-and-test
annotate DEPENDENCIES/generic/include/boost/detail/lightweight_test.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@101 | 9 #ifndef BOOST_DETAIL_LIGHTWEIGHT_TEST_HPP |
Chris@101 | 10 #define BOOST_DETAIL_LIGHTWEIGHT_TEST_HPP |
Chris@16 | 11 |
Chris@101 | 12 // The header file at this path is deprecated; |
Chris@101 | 13 // use boost/core/lightweight_test.hpp instead. |
Chris@101 | 14 |
Chris@101 | 15 #include <boost/core/lightweight_test.hpp> |
Chris@101 | 16 |
Chris@16 | 17 #endif |