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...


> 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(...)

?

-benjamin


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