| 369 | } |
| 370 | |
| 371 | void |
| 372 | run() |
| 373 | { |
| 374 | testCtors(); |
| 375 | testMembers<system::error_code>(); |
| 376 | testMembers<std::error_code>(); |
| 377 | } |
| 378 | }; |
| 379 | |
| 380 | TEST_SUITE(parser_test, "boost.json.parser"); |
nothing calls this directly
no outgoing calls
no test coverage detected