From: <jso...@li...> - 2011-12-22 03:18:30
|
Revision: 247 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=247&view=rev Author: aaronjacobs Date: 2011-12-22 03:18:24 +0000 (Thu, 22 Dec 2011) Log Message: ----------- Got rid of several unnecessary includes of <iostream>. Including <iostream> causes the file to be polluted with a static initializer for the __ioinit symbol. This can harm binary startup time. For more info, see here: http://neugierig.org/software/chromium/notes/2011/08/static-initializers.html Modified Paths: -------------- trunk/jsoncpp/include/json/assertions.h trunk/jsoncpp/include/json/reader.h trunk/jsoncpp/include/json/writer.h trunk/jsoncpp/src/lib_json/json_reader.cpp trunk/jsoncpp/src/lib_json/json_value.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. |