little update

This commit is contained in:
2025-06-09 23:00:57 +08:00
parent 10108953eb
commit 86ac0c37fc
2 changed files with 5 additions and 3 deletions

View File

@@ -43,8 +43,8 @@ namespace hgl
#define NULL 0
#endif//
constexpr u16char U16_FULL_WIDTH_SPACE=U16_TEXT(' '); //全角空格
constexpr u32char U32_FULL_WIDTH_SPACE=U32_TEXT(' '); //全角空格
constexpr const u16char U16_FULL_WIDTH_SPACE=U16_TEXT(' '); //全角空格
constexpr const u32char U32_FULL_WIDTH_SPACE=U32_TEXT(' '); //全角空格
template<typename T>
inline void hgl_call_construct(T *obj) //呼叫构造函数