Skip to content

Commit 4c60177

Browse files
committed
Fix: ABI compat warning for Windows
1 parent b518946 commit 4c60177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ template class fu::basic_pool<std::allocator<std::thread>, fu::standard_yield_t,
1818
template class fu::basic_pool<>;
1919

2020
#if FU_ENABLE_NUMA
21-
template class fu::linux_colocated_pool<>;
22-
template class fu::linux_distributed_pool<>;
21+
template struct fu::linux_colocated_pool<>;
22+
template struct fu::linux_distributed_pool<>;
2323
#endif
2424

2525
template <typename index_type_ = std::uint8_t>

0 commit comments

Comments
 (0)