| 782 | : rapidjson::kParseNoFlags); |
| 783 | |
| 784 | static |
| 785 | parse_options |
| 786 | make_parse_options() noexcept |
| 787 | { |
| 788 | parse_options opts; |
| 789 | opts.numbers = FullPrecision |
| 790 | ? number_precision::precise : number_precision::imprecise; |
| 791 | return opts; |
| 792 | } |
| 793 | |
| 794 | rapidjson_impl(bool with_file_io) |
| 795 | : any_impl( |
nothing calls this directly
no outgoing calls
no test coverage detected