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: [v3] missed explicit bool conversion cleanups


On 08/25/2009 05:31 PM, Jason Merrill wrote:
On 08/06/2009 03:12 PM, Benjamin Kosnik wrote:
- if (__cerb)
+ if (static_cast<bool>(__cerb))

I'll take a look at this bug.

I just checked in a fix; you should be able to revert this patch now.


Jason


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