SparsePtr: Make pointer conversion explicit

This commit is contained in:
Lynix
2020-02-23 02:06:48 +01:00
parent 2cc95b4f75
commit 364122f582
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ namespace Nz
void SetStride(int stride);
explicit operator bool() const;
operator T*() const;
explicit operator T*() const;
T& operator*() const;
T* operator->() const;
T& operator[](std::size_t index) const;