Skip to content

Commit

Permalink
Removed default argument
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Feb 4, 2025
1 parent b7619f5 commit d03f353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sparrow/layout/array_trivial_copyable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ namespace sparrow
template <validity_bitmap_input R = validity_bitmap>
static auto create_proxy(
u8_buffer<T>&& data_buffer,
R&& bitmaps = validity_bitmap{},
R&& bitmaps,// = validity_bitmap{},
std::optional<std::string_view> name = std::nullopt,
std::optional<std::string_view> metadata = std::nullopt
) -> arrow_proxy;
Expand Down

0 comments on commit d03f353

Please sign in to comment.