mirror of
https://github.com/boostorg/coroutine.git
synced 2026-02-02 20:52:19 +00:00
Merge branch 'develop'
This commit is contained in:
@@ -788,12 +788,7 @@ public:
|
||||
return * this;
|
||||
}
|
||||
|
||||
iterator operator++( int)
|
||||
{
|
||||
iterator tmp( * this);
|
||||
++*this;
|
||||
return tmp;
|
||||
}
|
||||
iterator operator++( int);
|
||||
|
||||
reference_t operator*() const
|
||||
{
|
||||
@@ -1174,12 +1169,7 @@ public:
|
||||
return * this;
|
||||
}
|
||||
|
||||
iterator operator++( int)
|
||||
{
|
||||
iterator tmp( * this);
|
||||
++*this;
|
||||
return tmp;
|
||||
}
|
||||
iterator operator++( int);
|
||||
|
||||
reference_t operator*() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user