From Jason Turner

[depr.conversions.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp9ihavsa3/{from.md → to.md} +0 -17
tmp/tmp9ihavsa3/{from.md → to.md} RENAMED
@@ -1,17 +0,0 @@
1
- ### General <a id="depr.conversions.general">[[depr.conversions.general]]</a>
2
-
3
- The header `<locale>` has the following additions:
4
-
5
- ``` cpp
6
- namespace std {
7
- template<class Codecvt, class Elem = wchar_t,
8
- class WideAlloc = allocator<Elem>,
9
- class ByteAlloc = allocator<char>>
10
- class wstring_convert;
11
-
12
- template<class Codecvt, class Elem = wchar_t,
13
- class Tr = char_traits<Elem>>
14
- class wbuffer_convert;
15
- }
16
- ```
17
-