From a1f950e2b3b2268b267e647205b14b59c15f8ee1 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 8 Oct 2020 14:11:44 +0800 Subject: ... --- include/cru/common/Base.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/cru/common/Base.hpp') diff --git a/include/cru/common/Base.hpp b/include/cru/common/Base.hpp index 93d6f9a6..a5a9421d 100644 --- a/include/cru/common/Base.hpp +++ b/include/cru/common/Base.hpp @@ -7,6 +7,9 @@ #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