Remove istring::append with template
This commit is contained in:
parent
25a0dab8ea
commit
754c0f6d68
@ -99,9 +99,6 @@ public:
|
||||
istring& append(const string_view& str);
|
||||
istring& append(const string_view& str, size_t str_index, size_t count = npos);
|
||||
istring& append(size_t count, char ch);
|
||||
template <typename T>
|
||||
istring& append(T first, T last) {
|
||||
}
|
||||
|
||||
istring& operator+=(char ch);
|
||||
istring& operator+=(const string_view& str);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user