summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/object.h b/include/object.h
index f8fea74..745b7c6 100644
--- a/include/object.h
+++ b/include/object.h
@@ -140,7 +140,7 @@ public:
* @param value
* @return ForcedValue
*/
- Object &operator=(Value &&value) _NOEXCEPT
+ Object &operator=(Value &&value)
{
// skip self assignment
if (this == &value) return *this;