thor moved into the main line -- tree code experiences radical changes
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
template<typename T>
|
||||
class Queue {
|
||||
FORBID_COPY(Queue); // No copy constructor defined (yet)
|
||||
|
||||
private:
|
||||
struct Node {
|
||||
T data;
|
||||
|
||||
Reference in New Issue
Block a user