[cfe-commits] [Patch][Review] Update to the C++0x status page
Douglas Gregor
dgregor at apple.com
Mon Jul 25 11:54:51 PDT 2011
On Jul 25, 2011, at 1:33 AM, Jonathan Sauer wrote:
> Hello,
>
> since explicit conversion operators now have complete tests, I decided to update the status page
> to reflect this (including the missing implementation of DR899, see PR10456).
>
> I also updated the following features to "some examples work", because I am using them successfully
> in my programs:
>
> - Unrestricted unions: Non-POD types are allowed in anonymous unions (in named unions, clang
> correctly complains about deleted destructors).
This feature isn't far enough along that I want to say anything about it, yet.
> - Defaulted methods: At least defaulted default constructors are supported (even though they make
> the class non-trivial, see PR10442).
> - Virtual function modifiers: "override" is supported, as is the class modifier "final".
Okay, thanks. The latter should be completely implemented by now.
- Doug
More information about the cfe-commits
mailing list