[cfe-dev] Fixing selector types on the GNU runtime

Sebastian Redl sebastian.redl at getdesigned.at
Sun Jan 18 15:35:27 PST 2009


Howard Hinnant wrote:
> nullptr might be one of those C++0X features worth prioritizing.
>   

Yes. The semantics of nullptr in the face of varargs are correct.

However, prioritizing nullptr in Clang is of little use unless we can
actually compile Clang with Clang, and are willing to accept that it
won't compile on other compilers. I very much doubt this is the case.

Sebastian



More information about the cfe-dev mailing list