summaryrefslogtreecommitdiff
path: root/include/byref.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/byref.h')
-rw-r--r--include/byref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/byref.h b/include/byref.h
index ff60981..07e2e21 100644
--- a/include/byref.h
+++ b/include/byref.h
@@ -45,7 +45,7 @@ public:
* Move constructor
* @param argument
*/
- ByRef(ByRef &&argument) noexcept : Argument(argument) {}
+ ByRef(ByRef &&argument) _NOEXCEPT : Argument(argument) {}
/**
* Destructor