File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2246,10 +2246,10 @@ void foo()
2246
2246
2247
2247
$(LI $(D is $(LPAREN)) $(I Type) $(I Identifier) $(D :) $(I TypeSpecialization) $(D $(RPAREN))$(BR)
2248
2248
2249
- The condition is satisfied if $(I Type) is the same as
2250
- $(I TypeSpecialization), or if $(I Type) is a class and
2251
- $(I TypeSpecialization) is a base class or base interface
2252
- of it .
2249
+ The condition is satisfied if $(I Type) is semantically
2250
+ correct and it is the same as
2251
+ or can be implicitly converted to $(I TypeSpecialization).
2252
+ $(I TypeSpecialization) is only allowed to be a $(I Type) .
2253
2253
The $(I Identifier) is declared to be either an alias of the
2254
2254
$(I TypeSpecialization) or, if $(I TypeSpecialization) is
2255
2255
dependent on $(I Identifier), the deduced type.
You can’t perform that action at this time.
0 commit comments