File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class tdbBlockedMatrix : public MatrixBase {
8080
8181 log_timer constructor_timer{" tdbBlockedMatrix constructor" };
8282
83- std::reference_wrapper< const tiledb::Context> ctx_;
83+ tiledb::Context ctx_;
8484 std::string uri_;
8585 std::unique_ptr<tiledb::Array> array_;
8686 tiledb::ArraySchema schema_;
Original file line number Diff line number Diff line change @@ -134,8 +134,7 @@ class tdbPartitionedMatrix
134134 // We don't actually use this
135135 // size_t num_array_cols_{0};
136136
137- std::reference_wrapper<const tiledb::Context> ctx_;
138- // tiledb::Context ctx_;
137+ tiledb::Context ctx_;
139138
140139 std::string partitioned_vectors_uri_;
141140 std::unique_ptr<tiledb::Array> partitioned_vectors_array_;
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ class base_index_group {
9393 friend IndexGroup;
9494
9595 protected:
96- std::reference_wrapper< const tiledb::Context> cached_ctx_;
96+ tiledb::Context cached_ctx_;
9797 std::string group_uri_;
9898 size_t index_timestamp_{0 };
9999 size_t group_timestamp_{0 };
You can’t perform that action at this time.
0 commit comments