summaryrefslogtreecommitdiff
path: root/include/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/value.h')
-rw-r--r--include/value.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/value.h b/include/value.h
index b962415..b87574b 100644
--- a/include/value.h
+++ b/include/value.h
@@ -129,7 +129,7 @@ public:
* Move constructor
* @param value
*/
- Value(Value &&that) noexcept;
+ Value(Value &&that) _NOEXCEPT;
/**
* Destructor
@@ -141,7 +141,7 @@ public:
* @param value
* @return Value
*/
- Value &operator=(Value &&value) noexcept;
+ Value &operator=(Value &&value) _NOEXCEPT;
/**
* Assignment operator for various types