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/common/platform/Exception.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/cru/common/platform/Exception.h') diff --git a/include/cru/common/platform/Exception.h b/include/cru/common/platform/Exception.h index c1b649f3..74dd6ad4 100644 --- a/include/cru/common/platform/Exception.h +++ b/include/cru/common/platform/Exception.h @@ -7,9 +7,6 @@ class CRU_BASE_API PlatformException : public Exception { public: using Exception::Exception; // inherit constructors - CRU_DEFAULT_COPY(PlatformException) - CRU_DEFAULT_MOVE(PlatformException) - CRU_DEFAULT_DESTRUCTOR(PlatformException) }; } // namespace cru::platform -- cgit v1.2.3