comparison DEPENDENCIES/generic/include/boost/heap/policies.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
13 #include <boost/mpl/bool.hpp> 13 #include <boost/mpl/bool.hpp>
14 #include <boost/mpl/int.hpp> 14 #include <boost/mpl/int.hpp>
15 #include <boost/mpl/void.hpp> 15 #include <boost/mpl/void.hpp>
16 #include <boost/concept_check.hpp> 16 #include <boost/concept_check.hpp>
17 17
18 #ifdef BOOST_HAS_PRAGMA_ONCE
19 #pragma once
20 #endif
18 21
19 namespace boost { 22 namespace boost {
20 namespace heap { 23 namespace heap {
21 24
22 #ifndef BOOST_DOXYGEN_INVOKED 25 #ifndef BOOST_DOXYGEN_INVOKED