boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
96 stars 116 forks source link

refactor use type_traits/aligned_storage over aligned_storage #229

Closed fanquake closed 1 year ago

fanquake commented 1 year ago

The later just includes the former.

igaztanaga commented 1 year ago

Many thanks for the patch! For Boost 1.81 devector has been refactored and no longer uses aligned_storage.