We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11519a commit 58aaa34Copy full SHA for 58aaa34
1 file changed
tests/cpu/test_cpu.cpp
@@ -57,7 +57,7 @@ TEST(Wrapper, AoS) {
57
test::counters expected_count = {0, 1, 0, 0, 0, 0, 1};
58
{
59
constexpr std::size_t N = 32;
60
- memlayout::Wrapper<test::Point3D, test::vector, memlayout::Layout::aos> w{{N}};
+ memlayout::Wrapper<test::Point3D, test::vector, memlayout::Layout::aos> w{N};
61
test_random_access(N, w);
62
}
63
EXPECT_EQ(expected_count, test::call_counter::count);
0 commit comments