Skip to content

Commit e5bc367

Browse files
committed
CLANG: Ordering matters
1 parent 8693390 commit e5bc367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/ConsoleBench/arena.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ScopedArena::~ScopedArena()
8383
arena.pop_to(m_pos_backup);
8484
}
8585

86-
static [[msvc::noinline]] std::array<Arena, 2> thread_arenas_init()
86+
[[msvc::noinline]] static std::array<Arena, 2> thread_arenas_init()
8787
{
8888
return {
8989
Arena{ 1024 * 1024 * 1024 },

0 commit comments

Comments
 (0)