From: <jso...@li...> - 2011-05-26 22:55:29
|
Revision: 234 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=234&view=rev Author: blep Date: 2011-05-26 22:55:24 +0000 (Thu, 26 May 2011) Log Message: ----------- Fixed compilation issues with MSVC 6: replace usage of ostringstream with valueToString to support 64 bits integer and high precision floating point conversion to string. Replace usage of ULL and LL literal with UInt64(expr) and Int64(expr). Introduced helper function uint64ToDouble() to work-around missing conversion. Unit tests do not pass yet. Modified Paths: -------------- trunk/jsoncpp/src/lib_json/json_value.cpp trunk/jsoncpp/src/test_lib_json/jsontest.cpp trunk/jsoncpp/src/test_lib_json/jsontest.h trunk/jsoncpp/src/test_lib_json/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |