heap/include/boost/heap
Martin Falk f354ccd0ab
Fix initialization warning in Visual Studio 2017
This fixes warning C5038 in Visual Studio 2017, which is caused by out-of-order initialization in the constructors of `heap_base`.
```
C:\dev\boost_1_70_0\boost/heap/detail/stable_heap.hpp(186): 
warning C5038: data member 'boost::heap::detail::heap_base<T,std::function<bool (ttk::SimplexId,ttk::SimplexId)>,true,unsigned __int64,false>::cmp_' will be initialized after base class 'boost::heap::detail::size_holder<true,size_t>' with [ T=ttk::SimplexId ]
```
2019-06-16 10:12:20 +02:00
..
detail Fix initialization warning in Visual Studio 2017 2019-06-16 10:12:20 +02:00
binomial_heap.hpp Drop dependency on Boost.Mpl in favor of Boost.TypeTraits 2018-10-28 14:59:02 -04:00
d_ary_heap.hpp Drop dependency on Boost.Mpl in favor of Boost.TypeTraits 2018-10-28 14:59:02 -04:00
fibonacci_heap.hpp Drop dependency on Boost.Mpl in favor of Boost.TypeTraits 2018-10-28 14:59:02 -04:00
heap_concepts.hpp heap: make handles equality comparable 2013-03-15 10:08:11 +00:00
heap_merge.hpp Drop dependency on Boost.Mpl in favor of Boost.TypeTraits 2018-10-28 14:59:02 -04:00
pairing_heap.hpp Drop dependency on Boost.Mpl in favor of Boost.TypeTraits 2018-10-28 14:59:02 -04:00
policies.hpp Update <boost/heap/policies.hpp> and ".travis.yml" 2018-12-23 19:55:45 -05:00
priority_queue.hpp Most members of std::allocate are deprecated in C++17 2017-12-29 11:41:19 +01:00
skew_heap.hpp Drop dependency on Boost.Mpl in favor of Boost.TypeTraits 2018-10-28 14:59:02 -04:00