From 9f419314b646bf57dfc3fcbb509b3be2c974e3fd Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 17 Oct 2025 14:33:16 +0800 Subject: Remove String on Linux. --- include/cru/base/Base.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/cru/base/Base.h') diff --git a/include/cru/base/Base.h b/include/cru/base/Base.h index 369dd5c3..28983469 100644 --- a/include/cru/base/Base.h +++ b/include/cru/base/Base.h @@ -16,9 +16,6 @@ #define CRU_UNUSED(entity) static_cast(entity); -#define CRU__CONCAT(a, b) a##b -#define CRU_MAKE_UNICODE_LITERAL(str) CRU__CONCAT(u, #str) - #define CRU_DEFAULT_COPY(classname) \ classname(const classname&) = default; \ classname& operator=(const classname&) = default; -- cgit v1.2.3