[cfe-dev] Clang + nullptr

Eli Friedman eli.friedman at gmail.com
Tue Mar 9 15:09:05 PST 2010


On Tue, Mar 9, 2010 at 2:57 PM, Clark Gaebel <cg.wowus.cg at gmail.com> wrote:
> As a "getting started" project, I was thinking of implementing nullptr.
>
> Where would I start with this? It seems like a simple enough feature,
> but I'm not quite sure where it goes, what would need to be done, etc.
>
> A little hand holding would be nice :)

nullptr is already implemented; try passing -std=c++0x to clang.

-Eli



More information about the cfe-dev mailing list