| 483 | |
| 484 | template< class... Context > |
| 485 | static |
| 486 | void |
| 487 | testPreferUserCustomizations( Context const& ... ctx ) |
| 488 | { |
| 489 | value_from_test_ns::T5 t5; |
| 490 | BOOST_TEST((::boost::json::value_from( t5, ctx... ) == "T5")); |
| 491 | } |
| 492 | |
| 493 | void |
| 494 | testTrySize() |
nothing calls this directly
no test coverage detected