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