| 1011 | { |
| 1012 | public: |
| 1013 | explicit error_codecvt() : |
| 1014 | std::codecvt< wchar_t, char, std::mbstate_t >() |
| 1015 | { |
| 1016 | } |
| 1017 | |
| 1018 | protected: |
| 1019 | virtual bool do_always_noconv() const throw() { return false; } |
nothing calls this directly
no outgoing calls
no test coverage detected