Jesse Beder
|
bca7737463
|
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.
|
2010-03-03 05:30:06 +00:00 |
|
Jesse Beder
|
94eb7f1dbd
|
Modified old gcc version patch so it still uses the new Node::Read in Visual Studio. Also broke up the \uNNNN characters in the spec tests into \xNN-type strings.
|
2009-09-16 05:31:28 +00:00 |
|
Jesse Beder
|
5733b77b84
|
Patched for gcc version <= 3.3 (just fall back to original version of Node::Read)
|
2009-09-16 04:01:40 +00:00 |
|
Jesse Beder
|
7c4cc9bf5f
|
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.
|
2009-09-08 20:57:18 +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 |
|