From 85ad35bd8ec266735376f263b006445e777bd84c Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 10 Sep 2023 10:11:34 +0300 Subject: [PATCH] utils/unbroken: avoid pre-C++20 compiler warning --- lib/utils/mu-unbroken.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/mu-unbroken.hh b/lib/utils/mu-unbroken.hh index c1b1d6bc..7c431d46 100644 --- a/lib/utils/mu-unbroken.hh +++ b/lib/utils/mu-unbroken.hh @@ -37,7 +37,7 @@ * * @return true or false */ -constexpr bool +static inline bool is_unbroken_script(unsigned p) { // Array containing the last value in each range of codepoints which