| 39 | protected: |
| 40 | virtual bool do_always_noconv() const throw() { return false; } |
| 41 | virtual int do_encoding() const throw() { return 0; } |
| 42 | |
| 43 | virtual std::codecvt_base::result do_in(std::mbstate_t&, const char* from, const char* from_end, const char*& from_next, wchar_t* to, wchar_t* to_end, wchar_t*& to_next) const |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected