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 @@ -2260,10 +2260,10 @@ void foo()
2260
2260
2261
2261
$(LI $(D is $(LPAREN)) $(I Type) $(I Identifier) $(D :) $(I TypeSpecialization) $(D $(RPAREN))$(BR)
2262
2262
2263
- The condition is satisfied if $(I Type) is the same as
2264
- $(I TypeSpecialization), or if $(I Type) is a class and
2265
- $(I TypeSpecialization) is a base class or base interface
2266
- of it .
2263
+ The condition is satisfied if $(I Type) is semantically
2264
+ correct and it is the same as
2265
+ or can be implicitly converted to $(I TypeSpecialization).
2266
+ $(I TypeSpecialization) is only allowed to be a $(I Type) .
2267
2267
The $(I Identifier) is declared to be either an alias of the
2268
2268
$(I TypeSpecialization) or, if $(I TypeSpecialization) is
2269
2269
dependent on $(I Identifier), the deduced type.
You can’t perform that action at this time.
0 commit comments