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 {
547
547
548
548
class TValueBuilder : public TValueBuilderBase <TValueBuilder> {
549
549
public:
550
- TValueBuilder (google::protobuf::Arena* arena = nullptr );
550
+ TValueBuilder ();
551
+ explicit TValueBuilder (google::protobuf::Arena* arena);
551
552
552
553
TValueBuilder (const TType& type);
553
554
Original file line number Diff line number Diff line change @@ -3410,6 +3410,9 @@ template class TValueBuilderBase<TParamValueBuilder>;
3410
3410
3411
3411
// //////////////////////////////////////////////////////////////////////////////
3412
3412
3413
+ TValueBuilder::TValueBuilder ()
3414
+ : TValueBuilderBase() {}
3415
+
3413
3416
TValueBuilder::TValueBuilder (google::protobuf::Arena* arena)
3414
3417
: TValueBuilderBase(arena) {}
3415
3418
You can’t perform that action at this time.
0 commit comments