mirror of
https://github.com/xfarrow/lasd.git
synced 2025-06-05 21:49:14 +02:00
Library 2
queuevec
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
/* ************************************************************************ */
|
||||
|
||||
// Copy assignment
|
||||
Vector& operator=(const Vector&);
|
||||
Vector& operator=(const Vector&);
|
||||
|
||||
// Move assignment
|
||||
Vector& operator=(Vector&&) noexcept;
|
||||
|
Reference in New Issue
Block a user