Menu

Commit [r234]  Maximize  Restore  History

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.

blep 2011-05-26

changed /trunk/jsoncpp/src/lib_json/json_value.cpp
changed /trunk/jsoncpp/src/test_lib_json/jsontest.cpp
changed /trunk/jsoncpp/src/test_lib_json/jsontest.h
changed /trunk/jsoncpp/src/test_lib_json/main.cpp
/trunk/jsoncpp/src/lib_json/json_value.cpp Diff Switch to side-by-side view
Loading...
/trunk/jsoncpp/src/test_lib_json/jsontest.cpp Diff Switch to side-by-side view
Loading...
/trunk/jsoncpp/src/test_lib_json/jsontest.h Diff Switch to side-by-side view
Loading...
/trunk/jsoncpp/src/test_lib_json/main.cpp Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.