| 70 | } |
| 71 | |
| 72 | void mbpath_traits::imbue(const std::locale& new_loc) |
| 73 | { |
| 74 | loc = new_loc; |
| 75 | cvt = &std::use_facet< std::codecvt< wchar_t, char, std::mbstate_t > >(loc); |
| 76 | } |
| 77 | |
| 78 | } // namespace user |
nothing calls this directly
no outgoing calls
no test coverage detected