mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-01 22:41:28 +01:00
empty cannot be define for a const object, because empty modifed itself.
This commit is contained in:
parent
4be169f058
commit
5fc9b805af
@ -346,10 +346,4 @@ void XArray<TYPE>::Empty()
|
||||
m_len = 0;
|
||||
}
|
||||
|
||||
template<class TYPE>
|
||||
const bool XArray<TYPE>::empty() const
|
||||
{
|
||||
//printf("XArray Empty\n");
|
||||
return m_len == 0;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user