From Jason Turner

[temp.arg.type]

Diff to HTML by rtfpessoa

tmp/tmpvzf6i9tg/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
- ### Template type arguments <a id="temp.arg.type">[[temp.arg.type]]</a>
2
 
3
- A *template-argument* for a *template-parameter* which is a type shall
4
- be a *type-id*.
5
 
6
  [*Example 1*:
7
 
8
  ``` cpp
9
  template <class T> class X { };
 
1
+ ### Type template arguments <a id="temp.arg.type">[[temp.arg.type]]</a>
2
 
3
+ A *template-argument* for a type template parameter shall be a
4
+ *type-id*.
5
 
6
  [*Example 1*:
7
 
8
  ``` cpp
9
  template <class T> class X { };