Skip to content

Commit

Permalink
Replace string_view with string to avoid lifetime issues
Browse files Browse the repository at this point in the history
  • Loading branch information
XanthosXanthopoulos committed Dec 19, 2024
1 parent 9571125 commit 3e16241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtiledbsoma/src/soma/soma_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,7 @@ class SOMAArray : public SOMAObject {
std::string uri_;

// SOMAArray name for debugging
std::string_view name_;
std::string name_;

// SOMA context
std::shared_ptr<SOMAContext> ctx_;
Expand Down

0 comments on commit 3e16241

Please sign in to comment.