Minor updates

This commit is contained in:
Georg Hagen
2025-05-22 21:49:56 +02:00
parent 3675a4e4a3
commit ee2a579450
4 changed files with 18 additions and 7 deletions

View File

@@ -127,6 +127,8 @@ namespace OpenVulkano
::operator delete(data);
}
void Reset() { *this = Array(); }
Array& operator=(const Array<T>& rhs)
{
if (this == &rhs) return *this;