FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 commits from dapp-support into latest-fc
Showing only changes of commit 62ebc67cb3 - Show all commits

View file

@ -30,9 +30,7 @@ namespace fc
enum output_formatting enum output_formatting
{ {
stringify_large_ints_and_doubles = 0, stringify_large_ints_and_doubles = 0,
#ifdef WITH_EXOTIC_JSON_PARSERS
legacy_generator = 1 legacy_generator = 1
#endif
}; };
static ostream& to_stream( ostream& out, const fc::string& ); static ostream& to_stream( ostream& out, const fc::string& );