This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: debug algo patch


On 24 May 2011, at 20:46, François Dumont wrote:

> ....
> 
>    I am considering to start the SVN binary incompatible branch with this patch as soon as it works.

Out of interest, which parts of this will be binary incompatible?

It is obviously vital not to break the non-debugging containers and algorithms, but remaining internal functions won't do that, if you are careful.

Further (and I certainly don't speak for everyone), as long as you put them in a different namespace, I wouldn't mind a binary-incompatable debugging library. I do not know if there has ever been an assumption of ABI compatibility in debug mode, but I certainly haven't assumed it. Others may of course disagree.

Chris


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