util/String{Compare,API}: add more "noexcept"
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#include <wchar.h>
|
||||
|
||||
static inline bool
|
||||
StringIsEmpty(const wchar_t *string)
|
||||
StringIsEmpty(const wchar_t *string) noexcept
|
||||
{
|
||||
return *string == 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user