Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/context/all.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 | 1 |
2 // Copyright Oliver Kowalke 2009. | 2 // Copyright Oliver Kowalke 2014. |
3 // Distributed under the Boost Software License, Version 1.0. | 3 // Distributed under the Boost Software License, Version 1.0. |
4 // (See accompanying file LICENSE_1_0.txt or copy at | 4 // (See accompanying file LICENSE_1_0.txt or copy at |
5 // http://www.boost.org/LICENSE_1_0.txt) | 5 // http://www.boost.org/LICENSE_1_0.txt) |
6 | 6 |
7 #ifndef BOOST_CONTEXT_ALL_H | |
8 #define BOOST_CONTEXT_ALL_H | |
9 | |
10 #include <boost/context/fcontext.hpp> | 7 #include <boost/context/fcontext.hpp> |
11 | 8 #include <boost/context/fixedsize_stack.hpp> |
12 #endif // BOOST_CONTEXT_ALL_H | 9 #include <boost/context/protected_fixedsize_stack.hpp> |
10 #include <boost/context/segmented_stack.hpp> | |
11 #include <boost/context/stack_context.hpp> | |
12 #include <boost/context/stack_traits.hpp> | |
13 #include <boost/context/execution_context.hpp> |