| 847 | { |
| 848 | public: |
| 849 | explicit error_codecvt() |
| 850 | : std::codecvt<wchar_t, char, std::mbstate_t>() {} |
| 851 | protected: |
| 852 | |
| 853 | virtual bool do_always_noconv() const throw() { return false; } |
nothing calls this directly
no outgoing calls
no test coverage detected