thor moved into the main line -- tree code experiences radical changes

This commit is contained in:
Garry Boyer
2007-08-07 20:36:01 +00:00
parent 4164231aa2
commit eb97ff8285
49 changed files with 1424 additions and 1876 deletions
+2
View File
@@ -3,6 +3,8 @@
template<typename T>
class Queue {
FORBID_COPY(Queue); // No copy constructor defined (yet)
private:
struct Node {
T data;