utils/unbroken: avoid pre-C++20 compiler warning
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user