aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/SparseVector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SparseVector.h')
-rw-r--r--src/SparseVector.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/SparseVector.h b/src/SparseVector.h
index cc3fe1448..f8c35fdc5 100644
--- a/src/SparseVector.h
+++ b/src/SparseVector.h
@@ -31,12 +31,6 @@ public:
values = SplitVector<T>();
values.InsertEmpty(0, 2);
}
- // Deleted so SparseVector objects can not be copied.
- SparseVector(const SparseVector &) = delete;
- SparseVector(SparseVector &&) = delete;
- void operator=(const SparseVector &) = delete;
- void operator=(SparseVector &&) = delete;
- ~SparseVector() noexcept = default;
Sci::Position Length() const noexcept {
return starts.Length();
}