diff options
Diffstat (limited to 'include/cru/platform')
-rw-r--r-- | include/cru/platform/Exception.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/cru/platform/Exception.h b/include/cru/platform/Exception.h index d6cda815..a957c95a 100644 --- a/include/cru/platform/Exception.h +++ b/include/cru/platform/Exception.h @@ -34,9 +34,6 @@ class CRU_PLATFORM_API ReuseException : public Exception { public: using Exception::Exception; // inherit constructors - CRU_DEFAULT_COPY(ReuseException) - CRU_DEFAULT_MOVE(ReuseException) - CRU_DEFAULT_DESTRUCTOR(ReuseException) }; |