Jesse Beder
|
5217149ed4
|
Fixed bug with complex keys (and simplified the parsing for flow maps)
|
2009-09-06 21:52:56 +00:00 |
|
Jesse Beder
|
e7ac6b3bf1
|
Refactored the operator >> and Node::Read default functions, as well as the conversion functions, to more easily read new types as keys (this uncovered an error, in example 2.11 of the spec)
|
2009-09-06 20:52:45 +00:00 |
|
Jesse Beder
|
9a1f4f9a0d
|
Added spec tests through 2.10
|
2009-09-06 17:02:24 +00:00 |
|
Jesse Beder
|
07443495c8
|
Added templated casting to nodes, as well as operator == and != (for quick checks, especially to help in testing). Implemented size() on a map node to return the number of key/value pairs (as in std::map)
|
2009-09-06 15:54:11 +00:00 |
|
Jesse Beder
|
1db573dd30
|
Started implementing spec tests
|
2009-09-03 14:27:03 +00:00 |
|