Skip to content

Commit 1ec1bd5

Browse files
author
Julian LALU
committed
Fix compilation
1 parent d92b9d1 commit 1ec1bd5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/hashmap/hashmap_iterator.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ GTEST_TEST(hashmap, iterators)
4949

5050
GTEST_TEST(hashmap, structure_binding)
5151
{
52-
53-
hud::details::hashmap::slot<i32, u32> slot(1, 2);
54-
auto [f, s] = slot;
55-
s = 11;
56-
hud_assert_eq(slot.value(), 2);
5752
// Non const Array
5853
{
5954
hud::hashmap<i32, i64> map;

0 commit comments

Comments
 (0)