Commit 876adfe6 by Szeberényi Imre

empty() -> const

parent 8733c72e
......@@ -46,7 +46,7 @@ public:
/// empty
/// @return true, ha nincs adat
bool empty();
bool empty() const;
/// A továbbiakban egyszerűbben hivatkozhassunk az iterator-ra, mint típusra
typedef typename Array<T, maxsiz>::iterator iterator;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment