mirror of
https://github.com/Naios/continuable.git
synced 2026-01-01 03:12:12 +08:00
gcc & clang build fix
This commit is contained in:
parent
82e307b67f
commit
b2050727c4
@ -80,7 +80,7 @@ public:
|
||||
|
||||
/// Move construct assign
|
||||
template <typename _RCTy, typename _RState>
|
||||
Continuable& operator= (Continuable<_RCTy, _RState>&&)
|
||||
Continuable& operator= (Continuable<_RCTy, _RState>&& right)
|
||||
{
|
||||
released = right.released;
|
||||
right.released = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user