7 #include <throwing/unique_ptr.hpp> 9 TEST_CASE(
"hash operator of unique_ptr",
"[unique_ptr][hash]") {
11 auto tp = throwing::unique_ptr<
int>(p);
12 REQUIRE(std::hash<throwing::unique_ptr<
int>>()(tp) ==
13 std::hash<
int *>()(p));
TEST_CASE("unique_ptr to array reset to convertible", "[unique_ptr][array][reset][conv.qual]")