Stack added + found bugs squashed
This commit is contained in:
@@ -31,7 +31,7 @@ private:
|
||||
}
|
||||
|
||||
public:
|
||||
void Push(const T value)
|
||||
void Push(T const & value)
|
||||
{
|
||||
data[tail] = value;
|
||||
AdvanceTail();
|
||||
|
||||
Reference in New Issue
Block a user