summaryrefslogtreecommitdiff
path: root/include/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exception.h')
-rw-r--r--include/exception.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/exception.h b/include/exception.h
index 94aaa85..15e92bc 100644
--- a/include/exception.h
+++ b/include/exception.h
@@ -52,11 +52,7 @@ public:
* Overridden what method
* @return const char *
*/
-#ifdef _NOEXCEPT
virtual const char *what() const _NOEXCEPT override
-#else
- virtual const char *what() const noexcept override
-#endif
{
return _message.c_str();
}