Commit Graph

6 Commits

Author SHA1 Message Date
beder
d1c275d993 Fixed memory corruption when using a node as a key 2014-08-16 10:52:51 -05:00
beder
4a01b81b99 Wrap the #pragma warning for msvc in an ifdef 2014-03-25 22:08:34 -05:00
beder
ea464f6004 clang-format 2014-03-25 00:11:17 -05:00
Jesse Beder
efc73f3adb Disable warning:
warning C4800: forcing value to bool 'true' or 'false' (performance warning)

for the node test, since it really doesn't make any sense in this context. (It's exactly what we intended with the "unspecified bool type".)
2014-03-23 22:42:06 -05:00
beder
e5284e8c46 Convert node tests to gtest 2014-03-23 19:21:13 -05:00
beder
e54182fe4e Add test for cloning a null node 2014-03-22 23:29:14 -05:00