[cfe-commits] [Patch][Review] Update to the C++0x status page

Jonathan Sauer jonathan.sauer at gmx.de
Mon Jul 25 01:33:44 PDT 2011


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).
- 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".


Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cxx_status.diff
Type: application/octet-stream
Size: 2031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110725/8fb57efc/attachment.obj>
-------------- next part --------------




More information about the cfe-commits mailing list