Core/ObjectHandle: Fix operator<=
This commit is contained in:
parent
174feda1e9
commit
a84110a575
|
|
@ -69,7 +69,7 @@ namespace Nz
|
||||||
template<typename T> bool operator<(const T& lhs, const ObjectHandle<T>& rhs);
|
template<typename T> bool operator<(const T& lhs, const ObjectHandle<T>& rhs);
|
||||||
template<typename T> bool operator<(const ObjectHandle<T>& lhs, const T& rhs);
|
template<typename T> bool operator<(const ObjectHandle<T>& lhs, const T& rhs);
|
||||||
|
|
||||||
template<typename T> bool operator<=(const ObjectHandle<T>, const ObjectHandle<T>& rhs);
|
template<typename T> bool operator<=(const ObjectHandle<T>&, const ObjectHandle<T>& rhs);
|
||||||
template<typename T> bool operator<=(const T& lhs, const ObjectHandle<T>& rhs);
|
template<typename T> bool operator<=(const T& lhs, const ObjectHandle<T>& rhs);
|
||||||
template<typename T> bool operator<=(const ObjectHandle<T>& lhs, const T& rhs);
|
template<typename T> bool operator<=(const ObjectHandle<T>& lhs, const T& rhs);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue