Skip to content

Commit b24b7a0

Browse files
Make xmasked_view copy constructor default
1 parent ba6d473 commit b24b7a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/xtensor/xmasked_view.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ namespace xt
160160
template <class D, class M>
161161
xmasked_view(D&& data, M&& mask);
162162

163+
xmasked_view(xmasked_view const&) = default;
164+
163165
size_type size() const noexcept;
164166
const inner_shape_type& shape() const noexcept;
165167
const inner_strides_type& strides() const noexcept;

0 commit comments

Comments
 (0)