util/String{Compare,API}: add more "noexcept"
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#endif
|
||||
|
||||
static inline bool
|
||||
StringIsEmpty(const char *string)
|
||||
StringIsEmpty(const char *string) noexcept
|
||||
{
|
||||
return *string == 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user