aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/StringUtil.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-08-10 01:42:52 +0800
committercrupest <crupest@outlook.com>2021-08-10 01:42:52 +0800
commit7be2ea15e41d296cd26635f276551959362aa39d (patch)
tree5df258f2f38a9791b79278d4fda512b1e8e643c0 /include/cru/common/StringUtil.hpp
parenta9bdeccd01e2a7f37b533b674adc2b879237fbe3 (diff)
downloadcru-7be2ea15e41d296cd26635f276551959362aa39d.tar.gz
cru-7be2ea15e41d296cd26635f276551959362aa39d.tar.bz2
cru-7be2ea15e41d296cd26635f276551959362aa39d.zip
...
Diffstat (limited to 'include/cru/common/StringUtil.hpp')
-rw-r--r--include/cru/common/StringUtil.hpp5
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>;