Skip to content

Commit d018f68

Browse files
author
Julian LALU
committed
Improve hashmap
1 parent 7cca900 commit d018f68

2 files changed

Lines changed: 560 additions & 1 deletion

File tree

test/array/array_copy_assign_operator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7067,7 +7067,6 @@ GTEST_TEST(array, copy_assign_array_different_allocator_call_destructor_of_eleme
70677067
// array &operator=(const array &other) noexcept
70687068
GTEST_TEST(array, copy_assign_array_of_bitwise_copy_assignable_to_self)
70697069
{
7070-
70717070
using type = i32;
70727071

70737072
static_assert(hud::is_bitwise_copy_assignable_v<type>);

0 commit comments

Comments
 (0)