boostorg / multi_index

Boost.org multi_index module
http://boost.org/libs/multi_index
45 stars 59 forks source link

Minor include refactors #65

Closed fanquake closed 1 year ago

fanquake commented 1 year ago

This refactor just replaces includes, with more direct includes. In all cases, we are swapping a header that includes an additional header, for just the additional header, i.e boost/utility/declval.hpp, for boost/type_traits/declval.hpp.

joaquintides commented 1 year ago

Hi, thanks for your contribution. Some observations:

fanquake commented 1 year ago

AFAICS, <boost/call_traits.hpp> is the right header to use.

Ok. Have dropped this commit.

joaquintides commented 1 year ago

Perfect, thank you. Unfortunately the window for Boost 1.81 is already closed, so this will go in Boost 1.82.