| 411 | } |
| 412 | |
| 413 | void |
| 414 | run() |
| 415 | { |
| 416 | testCtors(); |
| 417 | testInitList(); |
| 418 | testMakeValue(); |
| 419 | testObjects(); |
| 420 | testMoveFrom(); |
| 421 | testAutoConversion(); |
| 422 | } |
| 423 | }; |
| 424 | |
| 425 | TEST_SUITE(value_ref_test, "boost.json.value_ref"); |
nothing calls this directly
no outgoing calls
no test coverage detected