summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-06 07:55:10 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-06 07:56:54 +0200
commite723038ba97bb84726f16ce5a6258d78262d90d7 (patch)
treece9d0d7d0ef1d886bdc025fef5a50a38eded8132 /Private/NewKit
parentf95d8bf159d10b5a9521dcaa0bc37aa0e9dfc02b (diff)
MHR-23: See below.
This commit adds 1 function a macro and 2 functions. - __throw_domain_error, which just throws an interrupt. - allocate, which allocates a class. - release, which releases a class. - __STD_CXX__ to tell if we use standard C++. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewKit')
-rw-r--r--Private/NewKit/Macros.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Private/NewKit/Macros.hpp b/Private/NewKit/Macros.hpp
index 86060a02..9366fe5c 100644
--- a/Private/NewKit/Macros.hpp
+++ b/Private/NewKit/Macros.hpp
@@ -90,10 +90,6 @@
#define CONST const
-#ifndef self
-#define self this
-#endif
-
#define STRINGIFY(X) #X
#define NEWOS_UNUSED(X) ((void)X)