From Jason Turner

[locale.spec]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpvil1yx5l/{from.md → to.md} +26 -0
tmp/tmpvil1yx5l/{from.md → to.md} RENAMED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ **Table: Required specializations** <a id="locale.spec">[locale.spec]</a>
2
+
3
+ | Category | Includes facets |
4
+ | -------- | --------------------------------------------------------- |
5
+ | collate | `collate_byname<char>`, `collate_byname<wchar_t>` |
6
+ | ctype | `ctype_byname<char>`, `ctype_byname<wchar_t>` |
7
+ | | `codecvt_byname<char, char, mbstate_t>` |
8
+ | | `codecvt_byname<char16_t, char8_t, mbstate_t>` |
9
+ | | `codecvt_byname<char32_t, char8_t, mbstate_t>` |
10
+ | | `codecvt_byname<wchar_t, char, mbstate_t>` |
11
+ | monetary | `moneypunct_byname<char, International>` |
12
+ | | `moneypunct_byname<wchar_t, International>` |
13
+ | | `money_get<C, InputIterator>` |
14
+ | | `money_put<C, OutputIterator>` |
15
+ | numeric | `numpunct_byname<char>`, `numpunct_byname<wchar_t>` |
16
+ | | `num_get<C, InputIterator>`, `num_put<C, OutputIterator>` |
17
+ | time | `time_get<char, InputIterator>` |
18
+ | | `time_get_byname<char, InputIterator>` |
19
+ | | `time_get<wchar_t, InputIterator>` |
20
+ | | `time_get_byname<wchar_t, InputIterator>` |
21
+ | | `time_put<char, OutputIterator>` |
22
+ | | `time_put_byname<char, OutputIterator>` |
23
+ | | `time_put<wchar_t, OutputIterator>` |
24
+ | | `time_put_byname<wchar_t, OutputIterator>` |
25
+ | messages | `messages_byname<char>`, `messages_byname<wchar_t>` |
26
+