mirror of
https://github.com/boostorg/coroutine.git
synced 2026-02-01 08:22:18 +00:00
coroutine: fix for 8526, reorg. for new interface
[SVN r84099]
This commit is contained in:
@@ -153,6 +153,7 @@ void f11( coro_tuple::caller_type & self)
|
||||
{
|
||||
boost::tuple<int&,int&> tpl( self.get().get< 0 >(), self.get().get< 1 >() );
|
||||
self( tpl);
|
||||
//self( 7, 11); //TODO: does not work
|
||||
}
|
||||
|
||||
void f12( coro_int::caller_type & self)
|
||||
|
||||
Reference in New Issue
Block a user