Skip to content

Commit

Permalink
Update cpp/oneapi/dal/detail/chunked_array_impl.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Victoriya Fedotova <[email protected]>
  • Loading branch information
ethanglaser and Vika-F authored Dec 9, 2024
1 parent f815f82 commit 1e9f44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/oneapi/dal/detail/chunked_array_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ class chunked_array_impl {
return parent.offsets;
}

mutable_accessor(const mutable_accessor&) = default;
mutable_accessor(const mutable_accessor&) = delete;

mutable_accessor& operator=(const mutable_accessor&) = default;
mutable_accessor& operator=(const mutable_accessor&) = delete;

~mutable_accessor() {
parent.update_offsets();
Expand Down

0 comments on commit 1e9f44a

Please sign in to comment.