Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/thread/cv_status.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 |
---|---|
7 // http://www.boost.org/LICENSE_1_0.txt) | 7 // http://www.boost.org/LICENSE_1_0.txt) |
8 | 8 |
9 #ifndef BOOST_THREAD_CV_STATUS_HPP | 9 #ifndef BOOST_THREAD_CV_STATUS_HPP |
10 #define BOOST_THREAD_CV_STATUS_HPP | 10 #define BOOST_THREAD_CV_STATUS_HPP |
11 | 11 |
12 #include <boost/detail/scoped_enum_emulation.hpp> | 12 #include <boost/core/scoped_enum.hpp> |
13 | 13 |
14 namespace boost | 14 namespace boost |
15 { | 15 { |
16 | 16 |
17 // enum class cv_status; | 17 // enum class cv_status; |