From bcc6100941117dc84fb9ece3812da340d96c61a6 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 2 Dec 2025 15:47:44 -0500 Subject: chore! reworked source code to exclude `Bool`, `Boolean`, and `nullPtr` macros. fix: ErrorOr: Return `Ref&` when using Leak. Signed-off-by: Amlal El Mahrouss --- src/CompilerKit/StringKit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CompilerKit/StringKit.h') diff --git a/src/CompilerKit/StringKit.h b/src/CompilerKit/StringKit.h index 4f07a07..253c6ce 100644 --- a/src/CompilerKit/StringKit.h +++ b/src/CompilerKit/StringKit.h @@ -84,7 +84,7 @@ struct NEStringBuilder final { static NEString FromInt(const char* fmt, int n); static NEString FromBool(const char* fmt, bool n); static NEString Format(const char* fmt, const char* from); - static Bool Equals(const char* lhs, const char* rhs); + static bool Equals(const char* lhs, const char* rhs); }; using NEStringOr = ErrorOr; -- cgit v1.2.3