Merge pull request #80 from oxarbitrage/remove_exotic_parser

remove WITH_EXOTIC_JSON_PARSERS
This commit is contained in:
Peter Conrad 2018-10-10 14:44:24 +02:00 committed by GitHub
commit 62ebc67cb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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