From b2050727c481844a6163ea16f528bc70d21394aa Mon Sep 17 00:00:00 2001 From: Naios Date: Thu, 11 Jun 2015 17:24:43 +0200 Subject: [PATCH] gcc & clang build fix --- fluent/Continuable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluent/Continuable.h b/fluent/Continuable.h index 25074cb..bfc3f03 100644 --- a/fluent/Continuable.h +++ b/fluent/Continuable.h @@ -80,7 +80,7 @@ public: /// Move construct assign template - Continuable& operator= (Continuable<_RCTy, _RState>&&) + Continuable& operator= (Continuable<_RCTy, _RState>&& right) { released = right.released; right.released = true;