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:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user