File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
include/ydb-cpp-sdk/client/value Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- 2378fba9f99efb178b5c8a2c986bb6a4b754402b
1+ 824ceef81947f283a068e13cc46703c70abe0cba
Original file line number Diff line number Diff line change @@ -547,7 +547,8 @@ class TValueBuilderBase : public TMoveOnly {
547547
548548class TValueBuilder : public TValueBuilderBase <TValueBuilder> {
549549public:
550- TValueBuilder (google::protobuf::Arena* arena = nullptr );
550+ TValueBuilder ();
551+ explicit TValueBuilder (google::protobuf::Arena* arena);
551552
552553 TValueBuilder (const TType& type);
553554
Original file line number Diff line number Diff line change @@ -3410,6 +3410,9 @@ template class TValueBuilderBase<TParamValueBuilder>;
34103410
34113411// //////////////////////////////////////////////////////////////////////////////
34123412
3413+ TValueBuilder::TValueBuilder ()
3414+ : TValueBuilderBase() {}
3415+
34133416TValueBuilder::TValueBuilder (google::protobuf::Arena* arena)
34143417 : TValueBuilderBase(arena) {}
34153418
You can’t perform that action at this time.
0 commit comments