From Jason Turner

[dcl.type.simple]

Diff to HTML by rtfpessoa

tmp/tmp2l677b22/{from.md → to.md} RENAMED
@@ -3,12 +3,14 @@
3
  | Specifier(s) | Type |
4
  | ---------------------------- | ------------------------------------------------- |
5
  | *type-name* | the type named |
6
  | *simple-template-id* | the type as defined in~ [[temp.names]] |
7
  | *decltype-specifier* | the type as defined in~ [[dcl.type.decltype]] |
 
8
  | *placeholder-type-specifier* | the type as defined in~ [[dcl.spec.auto]] |
9
  | *template-name* | the type as defined in~ [[dcl.type.class.deduct]] |
 
10
  | `char` | ```char`'' |
11
  | `unsigned char` | ```unsigned char`'' |
12
  | `signed char` | ```signed char`'' |
13
  | `char8_t` | ```char8_t`'' |
14
  | `char16_t` | ```char16_t`'' |
 
3
  | Specifier(s) | Type |
4
  | ---------------------------- | ------------------------------------------------- |
5
  | *type-name* | the type named |
6
  | *simple-template-id* | the type as defined in~ [[temp.names]] |
7
  | *decltype-specifier* | the type as defined in~ [[dcl.type.decltype]] |
8
+ | *pack-index-specifier* | the type as defined in~ [[dcl.type.pack.index]] |
9
  | *placeholder-type-specifier* | the type as defined in~ [[dcl.spec.auto]] |
10
  | *template-name* | the type as defined in~ [[dcl.type.class.deduct]] |
11
+ | *splice-type-specifier* | the type as defined in~ [[dcl.type.splice]] |
12
  | `char` | ```char`'' |
13
  | `unsigned char` | ```unsigned char`'' |
14
  | `signed char` | ```signed char`'' |
15
  | `char8_t` | ```char8_t`'' |
16
  | `char16_t` | ```char16_t`'' |