boostorg / container

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

Fix has_trivial_destructor_after_move #122

Closed kariya-mitsuru closed 5 years ago

kariya-mitsuru commented 5 years ago

Most template type parameters 'Allocator' were modified their default type to void since 1.70.0. These modifications cause has_trivial_destructor_after_move to compile error or yield wrong result. So, fix them by changing specializations of has_trivial_destructor_after_move.

igaztanaga commented 5 years ago

Many thanks for the patch!