diff options
author | vadim-xd <vadim-xd@yandex-team.com> | 2023-05-17 10:18:29 +0300 |
---|---|---|
committer | vadim-xd <vadim-xd@yandex-team.com> | 2023-05-17 10:18:29 +0300 |
commit | e2d5f1eff14cbd8148fbd342eb04b446fbc5cfef (patch) | |
tree | eab14e8c297b0be781a059722af6cad7a42ce304 /library/cpp/string_utils/ztstrbuf | |
parent | 56a6dcb981398ed4ff100c1cee255d0737c80ec3 (diff) | |
download | ydb-e2d5f1eff14cbd8148fbd342eb04b446fbc5cfef.tar.gz |
Add lua http lib; Add TVM auth for HTTP input
Diffstat (limited to 'library/cpp/string_utils/ztstrbuf')
-rw-r--r-- | library/cpp/string_utils/ztstrbuf/ztstrbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/string_utils/ztstrbuf/ztstrbuf.h b/library/cpp/string_utils/ztstrbuf/ztstrbuf.h index 5fab768d8c..7fb2f13ad3 100644 --- a/library/cpp/string_utils/ztstrbuf/ztstrbuf.h +++ b/library/cpp/string_utils/ztstrbuf/ztstrbuf.h @@ -15,7 +15,7 @@ class TZtStringBuf: public TStringBuf { public: - TZtStringBuf(const char* s) + constexpr TZtStringBuf(const char* s) : TStringBuf(s) { } |