diff options
author | pg <[email protected]> | 2023-03-28 21:30:10 +0300 |
---|---|---|
committer | pg <[email protected]> | 2023-03-28 21:30:10 +0300 |
commit | 25659221f18577ea38430a8ec3349836f5626b6a (patch) | |
tree | 61f1c68d385eb4bde77c5c12e055eb6f44e1f9ae /util/string/join.h | |
parent | a30195c57a0e043158d80a4385350eee326197f1 (diff) |
Diffstat (limited to 'util/string/join.h')
-rw-r--r-- | util/string/join.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/string/join.h b/util/string/join.h index b166fad1f3b..e3c08ef584a 100644 --- a/util/string/join.h +++ b/util/string/join.h @@ -250,7 +250,7 @@ constexpr auto MakeRangeJoiner(TStringBuf delim, const std::initializer_list<TVa * This way JoinSeq(",", { s1, s2 }) always does the right thing whatever types s1 and s2 have. * * If someone needs to join std::initializer_list<TString> -- it still works because of the TContainer template above. -*/ + */ template <typename T> inline std::enable_if_t< |