Skip to content

Commit 52f1194

Browse files
author
Julian LALU
committed
fix
1 parent 09a0f4e commit 52f1194

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

interface/core/string/cstring_view.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,12 @@ namespace hud
258258
return ptr_[i];
259259
}
260260

261-
[[nodiscard]]
262-
constexpr bool is_valid_c private :
261+
[[nodiscard]]
262+
constexpr bool is_valid_utf8() const noexcept
263+
{
264+
}
265+
266+
private:
263267
/**Pointer to the null-terminated C-style string. */
264268
char_type *ptr_;
265269
};

0 commit comments

Comments
 (0)