From: <jso...@li...> - 2011-09-14 08:41:47
|
Revision: 246 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=246&view=rev Author: aaronjacobs Date: 2011-09-14 08:41:37 +0000 (Wed, 14 Sep 2011) Log Message: ----------- Made JSON_USE_EXCEPTION's value in config.h a default that can be overridden. This allows users to override it with their compiler invocation. For example: g++ -D JSON_USE_EXCEPTION=0 ... Modified Paths: -------------- trunk/jsoncpp/include/json/assertions.h trunk/jsoncpp/include/json/config.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |