From 747bddfde7549feb8347a901dcd35b145bca73c9 Mon Sep 17 00:00:00 2001 From: Alexis Placet Date: Thu, 19 Dec 2024 10:26:56 +0100 Subject: [PATCH] wip --- include/sparrow/layout/null_array.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sparrow/layout/null_array.hpp b/include/sparrow/layout/null_array.hpp index 8334fbbf..644fb057 100644 --- a/include/sparrow/layout/null_array.hpp +++ b/include/sparrow/layout/null_array.hpp @@ -198,8 +198,8 @@ namespace sparrow inline null_array::null_array( size_t length, - std::optional&& name, - std::optional&& metadata + std::optional name, + std::optional metadata ) : m_proxy(create_proxy(length, std::move(name), std::move(metadata))) {