| 16 | namespace boost { |
| 17 | |
| 18 | void |
| 19 | throw_exception( std::exception const&, boost::source_location const&) |
| 20 | { |
| 21 | std::printf("Exceptions are not supported!"); |
| 22 | std::abort(); |
| 23 | } |
| 24 | |
| 25 | namespace json { |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected