tmp/tmpx4emzt3_/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|