coroutine: fix for 8526, reorg. for new interface

[SVN r84099]
This commit is contained in:
Oliver Kowalke
2013-05-01 10:40:07 +00:00
parent 2f378844b6
commit 951700832a
27 changed files with 3503 additions and 2090 deletions

View File

@@ -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)