From 5cdb6e3bdc88c3657ae6a247b0cbd11879bff9bb Mon Sep 17 00:00:00 2001 From: roker Date: Wed, 29 Sep 2021 10:53:51 +0200 Subject: [PATCH] add additional explicit template instantiations. :-/ --- src/nfc.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/nfc.cc b/src/nfc.cc index 294d90c..0f453e4 100644 --- a/src/nfc.cc +++ b/src/nfc.cc @@ -599,6 +599,10 @@ bool isNFC(basic_string_view s) template bool isNFC(string_view); template bool isNFC(u16string_view); +// should be unecessary, but... well... +template std::string toNFC(string_view); +template std::u16string toNFC(u16string_view); + bool isUtf8(const char* begin, const char* end) try{