From: <jso...@li...> - 2011-05-02 09:54:55
|
Revision: 182 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=182&view=rev Author: blep Date: 2011-05-02 09:54:49 +0000 (Mon, 02 May 2011) Log Message: ----------- Bug #3200841: removed "warning C4127: conditional expression is constant" concerning infinite loop by replacing while (true) with for (;;). Modified Paths: -------------- trunk/jsoncpp/src/lib_json/json_reader.cpp trunk/jsoncpp/src/lib_json/json_writer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |