Make broken_nul_parser usable
This commit is contained in:
parent
66ed9fc3dc
commit
1412df18d1
1 changed files with 2 additions and 0 deletions
|
|
@ -772,6 +772,8 @@ namespace fc
|
|||
case relaxed_parser:
|
||||
return json_relaxed::variant_from_stream<buffered_istream, false>( in );
|
||||
#endif
|
||||
case broken_nul_parser:
|
||||
return variant_from_stream<fc::buffered_istream, broken_nul_parser>( in );
|
||||
default:
|
||||
FC_ASSERT( false, "Unknown JSON parser type {ptype}", ("ptype", ptype) );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue