summaryrefslogtreecommitdiff
path: root/include/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/array.h')
-rw-r--r--include/array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/array.h b/include/array.h
index cf9c349..126cd58 100644
--- a/include/array.h
+++ b/include/array.h
@@ -113,7 +113,7 @@ public:
* @param value
* @return Array
*/
- Array &operator=(Value &&value) _NOEXCEPT
+ Array &operator=(Value &&value)
{
// skip self assignment
if (this == &value) return *this;