mirror of
https://github.com/boostorg/coroutine.git
synced 2026-02-11 23:52:26 +00:00
fix typo
This commit is contained in:
@@ -1006,7 +1006,7 @@ public:
|
||||
detail::trampoline_pull< coroutine_fn, impl_type, push_coroutine< R &, StackAllocator >
|
||||
>,
|
||||
& stack_ctx_);
|
||||
detail::setup< coroutien_fn, impl_type > to( forward< coroutine_fn >( fn), & caller_, & callee_, attr);
|
||||
detail::setup< coroutine_fn, impl_type > to( forward< coroutine_fn >( fn), & caller_, & callee_, attr);
|
||||
impl_ = reinterpret_cast< impl_type * >(
|
||||
caller_.jump(
|
||||
callee_,
|
||||
@@ -1030,7 +1030,7 @@ public:
|
||||
detail::trampoline_pull< coroutine_fn, impl_type, push_coroutine< R &, StackAllocator >
|
||||
>,
|
||||
& stack_ctx_);
|
||||
detail::setup< coroutien_fn, impl_type > to( forward< coroutine_fn >( fn), & caller_, & callee_, attr);
|
||||
detail::setup< coroutine_fn, impl_type > to( forward< coroutine_fn >( fn), & caller_, & callee_, attr);
|
||||
impl_ = reinterpret_cast< impl_type * >(
|
||||
caller_.jump(
|
||||
callee_,
|
||||
|
||||
Reference in New Issue
Block a user