From e2d5f1eff14cbd8148fbd342eb04b446fbc5cfef Mon Sep 17 00:00:00 2001 From: vadim-xd Date: Wed, 17 May 2023 10:18:29 +0300 Subject: Add lua http lib; Add TVM auth for HTTP input --- library/cpp/string_utils/ztstrbuf/ztstrbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/string_utils') diff --git a/library/cpp/string_utils/ztstrbuf/ztstrbuf.h b/library/cpp/string_utils/ztstrbuf/ztstrbuf.h index 5fab768d8c4..7fb2f13ad3e 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) { } -- cgit v1.3