This is the mail archive of the cygwin-developers@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: current winsup/cygwin/*.h files policy


On Wed, Dec 06, 2000 at 10:51:40PM +0300, Egor Duda wrote:
>>>btw, does usage of c++'s multiple inheritance allowed in cygwin?
>
>CF> I'm not sure what you mean.  Aren't some fhandler classes doing this already?
>
>no.  'grep  "class.*:.*,.*"  *'  shows only lines in ChangeLogs. i was
>meaning  that  cygwin used to avoid some g++ features (-fno-exceptions
>-fno-rtti),  so  i wanted to make sure that multiple inheritance is ok
>in current gcc.

Hmm.  You're right.  I must have removed the multiple inheritence at some
point.

There is no reason not to use it, though.

cgf

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]