From Jason Turner

[temp.dep.temp]

Diff to HTML by rtfpessoa

tmp/tmpxt0n6f6g/{from.md → to.md} RENAMED
@@ -9,9 +9,8 @@ the constant expression it specifies is value-dependent.
9
  Furthermore, a non-type *template-argument* is dependent if the
10
  corresponding non-type *template-parameter* is of reference or pointer
11
  type and the *template-argument* designates or points to a member of the
12
  current instantiation or a member of a dependent type.
13
 
14
- A template *template-argument* is dependent if it names a
15
- *template-parameter* or is a *qualified-id* that refers to a member of
16
- an unknown specialization.
17
 
 
9
  Furthermore, a non-type *template-argument* is dependent if the
10
  corresponding non-type *template-parameter* is of reference or pointer
11
  type and the *template-argument* designates or points to a member of the
12
  current instantiation or a member of a dependent type.
13
 
14
+ A template *template-parameter* is dependent if it names a
15
+ *template-parameter* or its terminal name is dependent.
 
16