Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/heap/pairing_heap.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 |
---|---|
18 #include <boost/heap/detail/heap_comparison.hpp> | 18 #include <boost/heap/detail/heap_comparison.hpp> |
19 #include <boost/heap/detail/heap_node.hpp> | 19 #include <boost/heap/detail/heap_node.hpp> |
20 #include <boost/heap/policies.hpp> | 20 #include <boost/heap/policies.hpp> |
21 #include <boost/heap/detail/stable_heap.hpp> | 21 #include <boost/heap/detail/stable_heap.hpp> |
22 #include <boost/heap/detail/tree_iterator.hpp> | 22 #include <boost/heap/detail/tree_iterator.hpp> |
23 | |
24 #ifdef BOOST_HAS_PRAGMA_ONCE | |
25 #pragma once | |
26 #endif | |
27 | |
23 | 28 |
24 #ifndef BOOST_DOXYGEN_INVOKED | 29 #ifndef BOOST_DOXYGEN_INVOKED |
25 #ifdef BOOST_HEAP_SANITYCHECKS | 30 #ifdef BOOST_HEAP_SANITYCHECKS |
26 #define BOOST_HEAP_ASSERT BOOST_ASSERT | 31 #define BOOST_HEAP_ASSERT BOOST_ASSERT |
27 #else | 32 #else |