[cfe-commits] [Patch][Review] C++0x status page (was: [cfe-dev] Status of explicit conversion operators and nullptr)

Douglas Gregor dgregor at apple.com
Thu Jul 21 10:41:46 PDT 2011


On Jul 21, 2011, at 9:57 AM, Jonathan Sauer wrote:

> Hello,
> 
>> I don't believe that explicit conversions are fully implemented. At the very least, we need an audit + test cases for all of the places where we look at implicit conversions, to ensure that we're properly enabling/disabling explicit conversion functions at the right times.
> 
> There actually is a small test file under test/SemaCXX/explicit.cpp. I'm currently expanding it and will send
> a patch once I'm done.

Okay!

>> nullptr is basically fully implemented. The only remaining issue I know of is that a thrown std::nullptr won't be caught as a T*, which is rather minor and might be more of a runtime issue . I'd appreciate it if you could send a patch for the status page!
> 
> Attached. I updated the old stati of nullptr to "advanced".


Committed as r135686, thanks!

	- Doug



More information about the cfe-commits mailing list