diff options
author | swarmer <swarmer@yandex-team.com> | 2024-08-07 00:19:42 +0300 |
---|---|---|
committer | swarmer <swarmer@yandex-team.com> | 2024-08-07 00:37:37 +0300 |
commit | a9c8987363503f0d434be8b1e7b494be65a2b477 (patch) | |
tree | 2338479c494ab77779f71c5fcb0e6810b3dcc52c /util/folder/pathsplit.h | |
parent | cdaa807d2e96e0b0b8560eddf04d8f31a607c9ff (diff) | |
download | ydb-a9c8987363503f0d434be8b1e7b494be65a2b477.tar.gz |
check the lifetime of various algorithms that return a substring of the input TStringBuf view
e778480cb05d20fe1a3fbf5ff69858c8912ed2d6
Diffstat (limited to 'util/folder/pathsplit.h')
-rw-r--r-- | util/folder/pathsplit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/folder/pathsplit.h b/util/folder/pathsplit.h index d134338e35..135457dbd0 100644 --- a/util/folder/pathsplit.h +++ b/util/folder/pathsplit.h @@ -110,4 +110,4 @@ using TPathSplitWindows = TPathSplitBase<TPathSplitTraitsWindows>; TString JoinPaths(const TPathSplit& p1, const TPathSplit& p2); -TStringBuf CutExtension(const TStringBuf fileName); +TStringBuf CutExtension(const TStringBuf fileName Y_LIFETIME_BOUND); |