utils/unbroken: avoid pre-C++20 compiler warning

This commit is contained in:
Dirk-Jan C. Binnema 2023-09-10 10:11:34 +03:00
parent c8568eecd4
commit 85ad35bd8e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
* *
* @return true or false * @return true or false
*/ */
constexpr bool static inline bool
is_unbroken_script(unsigned p) is_unbroken_script(unsigned p)
{ {
// Array containing the last value in each range of codepoints which // Array containing the last value in each range of codepoints which