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