Inheriting constructors

Sean Kelly sean at f4.ca
Sat Jun 2 08:10:28 PDT 2007


Jari-Matti Mäkelä wrote:
> Sean Kelly wrote:
> 
> A bit off-topic (sorry), but you're using protection modifiers here:
> 
>>      class PrintOnDestruct( T ) :
>>          public T
> 
> and here
> 
>>      class Placed( T ) :
>>          public T
> 
> Are you also suggesting that D should support those like C++ does?

I thought it already did?  But it's not a feature I use often, so who knows.


Sean



More information about the Digitalmars-d mailing list