[cfe-dev] Current list of issues with parsing <vector> on Linux

Sebastian Redl sebastian.redl at getdesigned.at
Wed Jul 22 13:26:44 PDT 2009


Eli Friedman wrote:
> I just went through <vector> on Linux to try and compile a current
> list of issues.  The list follows.  A few of these look like they
> should be easy to fix, and none of them look particularly difficult.
> It's possible there are a few other issues hidden by these issues, but
> I think this is the majority of the issues.
>
>
> Explicit call to conversion operator:
> struct s {operator bool() const { return false; } };
> bool a(s x) { return bool(x); }
>   
I'm working on this one.

Sebastian



More information about the cfe-dev mailing list