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 8693390 commit e5bc367Copy full SHA for e5bc367
src/tools/ConsoleBench/arena.cpp
@@ -83,7 +83,7 @@ ScopedArena::~ScopedArena()
83
arena.pop_to(m_pos_backup);
84
}
85
86
-static [[msvc::noinline]] std::array<Arena, 2> thread_arenas_init()
+[[msvc::noinline]] static std::array<Arena, 2> thread_arenas_init()
87
{
88
return {
89
Arena{ 1024 * 1024 * 1024 },
0 commit comments