diff --git a/include/sparrow/array_data.hpp b/include/sparrow/array_data.hpp index 88a0a576..99a64f85 100644 --- a/include/sparrow/array_data.hpp +++ b/include/sparrow/array_data.hpp @@ -78,13 +78,13 @@ namespace sparrow self_type& operator=(self_type&& rhs); self_type& operator=(std::nullopt_t); - template U> + template U> self_type& operator=(const std::optional& rhs); - template U> + template U> self_type& operator=(std::optional&& rhs); - template U> + template U> self_type& operator=(U&& value); void reset();