Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/statechart/event.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 |
---|---|
10 | 10 |
11 #include <boost/statechart/event_base.hpp> | 11 #include <boost/statechart/event_base.hpp> |
12 #include <boost/statechart/detail/rtti_policy.hpp> | 12 #include <boost/statechart/detail/rtti_policy.hpp> |
13 #include <boost/statechart/detail/memory.hpp> | 13 #include <boost/statechart/detail/memory.hpp> |
14 | 14 |
15 #include <boost/cast.hpp> // boost::polymorphic_downcast | 15 #include <boost/polymorphic_cast.hpp> // boost::polymorphic_downcast |
16 | 16 |
17 #include <memory> // std::allocator | 17 #include <memory> // std::allocator |
18 | 18 |
19 | 19 |
20 | 20 |