Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Dec 19, 2024
1 parent 0f47b02 commit 747bddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/sparrow/layout/null_array.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ namespace sparrow

inline null_array::null_array(
size_t length,
std::optional<std::string_view>&& name,
std::optional<std::string_view>&& metadata
std::optional<std::string_view> name,
std::optional<std::string_view> metadata
)
: m_proxy(create_proxy(length, std::move(name), std::move(metadata)))
{
Expand Down

0 comments on commit 747bddf

Please sign in to comment.