This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++ "with" keyword


> You talk about binary compatability.  I'm more concerned about source 
> compatability however there are issues with binary compatability as well 
> - in the case, use of enums or typedefs in a class may cause binary 
> issues.  Think a little harder, they are there.

No, I am talking *entirely* about source compatibility, obviously you can't
expect binaries to be compatible if you go changing the members in a struct
(think of space required for example).

You apparently have misread everything I said

> I've given examples.  They still stand.

No, you have not given any realistic example of the library situation which
worries you so much.


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