boostorg / heap

Boost.Heap
https://boost.org/libs/heap
18 stars 39 forks source link

Drop dependency on Boost.Mpl in favor of Boost.TypeTraits #14

Closed glenfe closed 5 years ago

glenfe commented 5 years ago

Heap already depends on TypeTraits and this change just uses those facilities from TypeTraits (which are also now in the C++ standard library) instead of MPL.