Annex D (normative) Compatibility features [depr]

D.23 Deprecated convenience conversion interfaces [depr.conversions]

D.23.1 General [depr.conversions.general]

The header <locale> has the following additions: namespace std { template<class Codecvt, class Elem = wchar_t, class WideAlloc = allocator<Elem>, class ByteAlloc = allocator<char>> class wstring_convert; template<class Codecvt, class Elem = wchar_t, class Tr = char_traits<Elem>> class wbuffer_convert; }