jsoncpp: Reset existing files to svn-release-0.5.0
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
#include <iostream>
|
||||
#include "json/value.h"
|
||||
#include "json/writer.h"
|
||||
#include <json/value.h>
|
||||
#include <json/writer.h>
|
||||
#include <utility>
|
||||
#include <stdexcept>
|
||||
#include <cstring>
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
#define JSON_ASSERT_UNREACHABLE assert( false )
|
||||
#define JSON_ASSERT( condition ) assert( condition ); // @todo <= change this into an exception throw
|
||||
#define JSON_ASSERT_MESSAGE( condition, message ) if (!( condition )) assert(false); /* throw std::runtime_error( message ); */
|
||||
#define JSON_ASSERT_MESSAGE( condition, message ) if (!( condition )) throw std::runtime_error( message );
|
||||
|
||||
namespace Json {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user