current winsup/cygwin/*.h files policy
Christopher Faylor
cgf@redhat.com
Wed Dec 6 11:58:00 GMT 2000
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
More information about the Cygwin-developers
mailing list