| 32 | { |
| 33 | public: |
| 34 | explicit test_codecvt() : |
| 35 | std::codecvt< wchar_t, char, std::mbstate_t >() |
| 36 | { |
| 37 | } |
| 38 | |
| 39 | protected: |
| 40 | virtual bool do_always_noconv() const throw() { return false; } |
nothing calls this directly
no outgoing calls
no test coverage detected