mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 11:07:39 +03:00
Issue 3525 was fixed
This commit is contained in:
parent
e623fc11e0
commit
e2ab79408b
1 changed files with 1 additions and 1 deletions
|
@ -4514,7 +4514,7 @@ $(UL
|
||||||
$(LI Variadic arguments to constructors are not forwarded to super.)
|
$(LI Variadic arguments to constructors are not forwarded to super.)
|
||||||
$(LI Deep interface inheritance causes compile error with messages like
|
$(LI Deep interface inheritance causes compile error with messages like
|
||||||
"Error: function std.typecons._AutoImplement!(Foo)._AutoImplement.bar
|
"Error: function std.typecons._AutoImplement!(Foo)._AutoImplement.bar
|
||||||
does not override any function". [$(BUGZILLA 2525), $(BUGZILLA 3525)] )
|
does not override any function". [$(BUGZILLA 2525)] )
|
||||||
$(LI The `parent` keyword is actually a delegate to the super class'
|
$(LI The `parent` keyword is actually a delegate to the super class'
|
||||||
corresponding member function. [$(BUGZILLA 2540)] )
|
corresponding member function. [$(BUGZILLA 2540)] )
|
||||||
$(LI Using alias template parameter in `how` and/or `what` may cause
|
$(LI Using alias template parameter in `how` and/or `what` may cause
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue