diff options
author | risenberg <risenberg@yandex-team.ru> | 2022-02-10 16:49:47 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:47 +0300 |
commit | ec551e975caf33bd88e2803b55464cad608e2441 (patch) | |
tree | d2f84f5b97ecb84201832f831b261817be37fbfe /util/folder | |
parent | 6a705ee267e43301156c202a4b371d47ddd4dd4f (diff) | |
download | ydb-ec551e975caf33bd88e2803b55464cad608e2441.tar.gz |
Restoring authorship annotation for <risenberg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/folder')
-rw-r--r-- | util/folder/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/folder/path.cpp b/util/folder/path.cpp index bfe0c67d68..3f37cb5942 100644 --- a/util/folder/path.cpp +++ b/util/folder/path.cpp @@ -470,7 +470,7 @@ template <> void Out<TFsPath>(IOutputStream& os, const TFsPath& f) { os << f.GetPath(); } - + template <> TFsPath FromStringImpl<TFsPath>(const char* s, size_t len) { return TFsPath{TStringBuf{s, len}}; |