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: libstdc++ of g++ 3.4.x: std::swap and std::auto_ptr causes compilationerrors


Vinzenz Feenstra wrote:

I don't understand, why I have to set it? This is strange to me, too. Shouldn't it be setted automatically?
I mean this is confusing me abit.

Oh, this is a long story... Enabling concept_check has a cost, in terms of compile-time performance. Also, we had a few bugs in the code itself + bits of the code where not completely removed by the optimizers. In short, for 3.0.x it has been disabled by default. *Part* of the story is recorded here:


http://gcc.gnu.org/onlinedocs/libstdc++/19_diagnostics/howto.html#3

From time to time, people suggests that probably we could finally re-enable it... We'll see... ;)

Paolo.


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