| 880 | virtual int do_length(std::mbstate_t &, |
| 881 | const char*, const char*, std::size_t) const { return 0; } |
| 882 | virtual int do_max_length() const throw () { return 0; } |
| 883 | }; |
| 884 | |
| 885 | void test_error_handling() |
nothing calls this directly
no outgoing calls
no test coverage detected