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: Recent 4.1 breakage...


Benjamin Kosnik wrote:

No! That's the whole point of my patch: the VERIFY bits are actually doing the right work, are changing test!


only changing test variable tho, means no need for VERIFY, ie no need
to #undef.

ie could be
test &= bool(...)

instead of VERIFY(...)


But like this, simply commenting out the initial #undef one gets the original, finer grained because of the individual assertions, testcase! I think you should be more proud of the VERIFY machinery that you designed well *before* I started contributing to v3! ;)

Paolo.


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