- 03 Mar, 2010 1 commit
-
-
jbeder authored
Updated to remove most of the warnings in Visual Studio. (There's still the one about all control paths returning a value left.) Fixed one warning (when an istream converts to void * to then convert to bool), and disabled three.
-
- 16 Sep, 2009 2 commits
- 08 Sep, 2009 1 commit
-
-
jbeder authored
Cleaned up the read template overloads (per litb's update); it seems the old version didn't compile in VS2008. Also updated the VS project files.
-
- 06 Sep, 2009 1 commit
-
-
jbeder authored
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)
-