Explicitly require is_nothrow_destructible in Vector and Value tables
Summary: The current implementation of `std::is_nothrow_move_constructible` in libstdc++ implies `std::is_nothrow_destructible`. However, this doesn't seem to be required by the standard, see the notes section of https://en.cppreference.com/w/cpp/types/is_constructible. Since we know that all Vector and Value sets/maps already satisfy this requirement, let's codify it explicitly. Reviewed By: nbronson Differential Revision: D20604544 fbshipit-source-id: bae1e8442585cedb062308b6332bd018cccca2f4
Showing
Please register or sign in to comment