aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/ztstrbuf
diff options
context:
space:
mode:
authorvadim-xd <vadim-xd@yandex-team.com>2023-05-17 10:18:29 +0300
committervadim-xd <vadim-xd@yandex-team.com>2023-05-17 10:18:29 +0300
commite2d5f1eff14cbd8148fbd342eb04b446fbc5cfef (patch)
treeeab14e8c297b0be781a059722af6cad7a42ce304 /library/cpp/string_utils/ztstrbuf
parent56a6dcb981398ed4ff100c1cee255d0737c80ec3 (diff)
downloadydb-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.h2
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)
{
}