beder
|
8dcd96dbd2
|
Added tags to Node
|
2011-09-13 14:00:47 -05:00 |
|
beder
|
78ebd14551
|
Switched Node::operator=(const Node&) to *not* force itself to create its node first (since we're just assigning them)
|
2011-09-12 22:05:43 -05:00 |
|
beder
|
14955a2a63
|
Set the pimpl node in Node to be optional, so we don't create unnecessary guys every time you call Node tmp = foo[value];
|
2011-09-12 21:59:47 -05:00 |
|
beder
|
cf5695e320
|
Removed the (unimplemented) operator <, and added operator == (in place of is()) for nodes
|
2011-09-11 22:56:04 -05:00 |
|
beder
|
e905b74232
|
Major switch from Value -> Node. The library compiles with the new API, but tests are still oldies, and don't compile
|
2011-09-10 17:57:23 -05:00 |
|
beder
|
8fd372b0db
|
Start of moving Value -> Node and Node -> old API Node (with a #define toggle)
|
2011-09-10 17:18:15 -05:00 |
|