| 786 | } |
| 787 | |
| 788 | void |
| 789 | testContext() |
| 790 | { |
| 791 | value_to<value_to_test_ns::T9>( |
| 792 | value("T9"), value_to_test_ns::custom_context() ); |
| 793 | |
| 794 | BOOST_TEST_THROWS( |
| 795 | value_to<value_to_test_ns::T9>( |
| 796 | value(), value_to_test_ns::custom_context() ), |
| 797 | system::system_error); |
| 798 | } |
| 799 | |
| 800 | struct run_templated_tests |
| 801 | { |
nothing calls this directly
no test coverage detected