2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-01-19 04:12:09 +00:00

remove BOOST_FIBERS_DECL on function definition

This commit is contained in:
xiaodaxia
2024-05-28 14:22:17 +08:00
parent fc796a2a11
commit 6bbb63a374

View File

@@ -82,7 +82,7 @@ private:
};
template <typename StackAllocator, typename ... Args>
BOOST_FIBERS_DECL stack_allocator_wrapper make_stack_allocator_wrapper(Args && ... args)
stack_allocator_wrapper make_stack_allocator_wrapper(Args && ... args)
{
return stack_allocator_wrapper(
std::unique_ptr<detail::polymorphic_stack_allocator_base>(