From d1f409530db6f9b712fd672c4c3154cac7eebad1 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 1 Jun 2024 17:09:44 +0800 Subject: HALF WORK: refactor something and implement part of subprocess. --- include/cru/platform/Exception.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/cru/platform') 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) }; -- cgit v1.2.3