Ticket #12560: boost-heap.patch
File boost-heap.patch, 460 bytes (added by , 6 years ago) |
---|
-
boost/heap/heap_merge.hpp
old new 9 9 #ifndef BOOST_HEAP_MERGE_HPP 10 10 #define BOOST_HEAP_MERGE_HPP 11 11 12 #include <algorithm> 13 12 14 #include <boost/concept/assert.hpp> 13 15 #include <boost/heap/heap_concepts.hpp> 14 16 #include <boost/type_traits/is_same.hpp>