Skip to content

Commit

Permalink
Update cpp/oneapi/dal/array.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanglaser authored Dec 6, 2024
1 parent eaffc15 commit b61a213
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cpp/oneapi/dal/array.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,7 @@ class array {
other.reset_data();
}

// Add copy assignment, move assignment, and destructor
array<T>& operator=(const array<T>& other) = default;
array<T>& operator=(array<T>&& other) = default;
// Add destructor
~array() = default;

/// Creates a new array instance which owns a memory block of externally-allocated mutable data.
Expand Down

0 comments on commit b61a213

Please sign in to comment.