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