From 0b860bb5dd6d2007db605291d239a6a9d41f57d1 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Mon, 23 Sep 2024 07:36:16 -0500 Subject: Installable library. --- source/fud_utf8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fud_utf8.cpp') diff --git a/source/fud_utf8.cpp b/source/fud_utf8.cpp index 5dd5099..1c23581 100644 --- a/source/fud_utf8.cpp +++ b/source/fud_utf8.cpp @@ -95,7 +95,7 @@ namespace impl { /* Assumes that predicate is not a null pointer! */ template -inline FudStatus isAsciiPredicate(FudUtf8* character, bool* pred, Predicate&& predicate) +FudStatus isAsciiPredicate(FudUtf8* character, bool* pred, Predicate&& predicate) { if (anyAreNull(character, pred)) { return FudStatus::NullPointer; -- cgit v1.2.3