jbeder
|
fc22d55b53
|
Added Node::Clone function
|
2009-08-24 20:10:42 +00:00 |
|
jbeder
|
770d6de545
|
Converted indexing to std::size_t, and fixed the Node templated overloads to properly index any index type (determining what is an index type is a bit of a hack - it should be is_convertible<T, std::size_t> (I think), but I just explicitly wrote down a list)
|
2009-08-19 20:58:07 +00:00 |
|
jbeder
|
e6a26ef104
|
Updated visual studio project, and fixed a VS warning
|
2009-07-20 20:18:59 +00:00 |
|
jbeder
|
a48191c970
|
Added emitting for a YAML::Node (instead of the ad-hoc std::ostream overload) so it'll actually emit valid YAML always
|
2009-07-10 23:39:14 +00:00 |
|