diff options
Diffstat (limited to 'include/cru/common/StringUtil.hpp')
-rw-r--r-- | include/cru/common/StringUtil.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/cru/common/StringUtil.hpp b/include/cru/common/StringUtil.hpp index 0ea842c2..481566a6 100644 --- a/include/cru/common/StringUtil.hpp +++ b/include/cru/common/StringUtil.hpp @@ -118,11 +118,6 @@ class CodePointIterator { mutable Index next_position_cache_; }; -extern template CRU_BASE_API class CodePointIterator<std::string_view, - &Utf8NextCodePoint>; -extern template CRU_BASE_API class CodePointIterator<std::u16string_view, - &Utf16NextCodePoint>; - using Utf8CodePointIterator = CodePointIterator<std::string_view, &Utf8NextCodePoint>; |