We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4509c46 commit f8f0189Copy full SHA for f8f0189
2 files changed
test/hashmap/hashmap_remove.cpp
@@ -7,6 +7,8 @@ namespace hud_test
7
{
8
using super = hud_test::non_bitwise_type;
9
using super::super;
10
+
11
+ constexpr ~collided_key() noexcept = default;
12
};
13
} // namespace hud_test
14
test/misc/non_bitwise_type.h
@@ -122,7 +122,7 @@ namespace hud_test
122
}
123
124
/** Destroy the non_bitwise_type instance and set the boolean pointer value to true. */
125
- constexpr ~non_bitwise_type() noexcept
+ virtual constexpr ~non_bitwise_type() noexcept
126
127
if (is_destructor_counter != nullptr)
128
0 commit comments