[v3] missed explicit bool conversion cleanups

Jason Merrill jason@redhat.com
Wed Aug 26 14:11:00 GMT 2009


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



More information about the Libstdc++ mailing list