summaryrefslogtreecommitdiffstats
path: root/util/string/split.h
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2022-02-10 16:45:08 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:45:08 +0300
commit4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch)
tree506dac10f5df94fab310584ee51b24fc5a081c22 /util/string/split.h
parent2d37894b1b037cf24231090eda8589bbb44fb6fc (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/string/split.h')
-rw-r--r--util/string/split.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/util/string/split.h b/util/string/split.h
index bc46d9e64c6..5e6e532ee50 100644
--- a/util/string/split.h
+++ b/util/string/split.h
@@ -668,13 +668,13 @@ namespace NStringSplitPrivate {
}
template <
- typename Other,
+ typename Other,
typename = std::enable_if_t<
std::is_convertible<Other, TStringBufType>::value>>
- bool operator==(const Other& toCompare) const {
- return TStringBufType(*this) == TStringBufType(toCompare);
- }
-
+ bool operator==(const Other& toCompare) const {
+ return TStringBufType(*this) == TStringBufType(toCompare);
+ }
+
TIterator TokenStart() const noexcept {
return this->begin();
}