You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by Apache Wiki <wi...@apache.org> on 2011/11/08 21:10:14 UTC

[Stdcxx Wiki] Update of "C++0xCompilerSupport" by SethCantrell

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change notification.

The "C++0xCompilerSupport" page has been changed by SethCantrell:
http://wiki.apache.org/stdcxx/C%2B%2B0xCompilerSupport?action=diff&rev1=77&rev2=78

Comment:
Inheriting constructors and generalized attributes are not yet supported by clang... inline namespaces and local template arguments are

  ||<style="text-align:left;">Explicit conversion operators ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2437.pdf|N2437]] || || ||4.5 ||<<BR>> || || || ||Yes || || ||
  ||<style="text-align:left;">Extended `friend` Declarations ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1791.pdf|N1791]] || ||4.1 ||4.7 ||11.0 ||10.0*** ||V1R11,11.1 || || || || ||
  ||<style="text-align:left;">`extern template` ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1987.htm|N1987]] ||3, 5, 6 || ||3.3 ||9 ||6.0 ||V1R11,11.1 || ||Yes || ||Yes ||
- ||<style="text-align:left;">Inheriting Constructors ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2540.htm|N2540]] || || || ||<<BR>> || || || || || ||3.0 ||
+ ||<style="text-align:left;">Inheriting Constructors ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2540.htm|N2540]] || || || ||<<BR>> || || || || || || ||
  ||<style="text-align:left;">Initializer Lists ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2672.htm|N2672]] || || ||4.4 ||<<BR>> || || || || || || ||
  ||<style="text-align:left;">Lambda expressions and closures ||v0.9: [[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2550.pdf|N2550]], v1.0: [[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2658.pdf|N2658]], v1.1: [[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2927.pdf|N2927]] || ||4.1(v0.9) ||4.5(v0.9) ||11.0(v0.9)<<BR>>12.0(v1.0) ||10.0(v1.0), 11.0(v1.1) || || || || || ||
- ||<style="text-align:left;">Local and Unnamed Types as Template Arguments ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2657.htm|N2657]] || || ||4.5 ||12.0 ||10.0 || || || || || ||
+ ||<style="text-align:left;">Local and Unnamed Types as Template Arguments ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2657.htm|N2657]] || || ||4.5 ||12.0 ||10.0 || || || || ||2.9 ||
  ||<style="text-align:left;">`long long` ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1811.pdf|N1811]] ||Yes ||Yes ||Yes ||Yes ||Yes ||Yes ||Yes ||Yes ||Yes ||Yes ||
- ||<style="text-align:left;">Namespace Association ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2535.html|N2535]] || || ||4.4 ||<<BR>> || ||11.1 || || || || ||
+ ||<style="text-align:left;">Namespace Association ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2535.html|N2535]] || || ||4.4 ||<<BR>> || ||11.1 || || || ||2.9 ||
  ||<style="text-align:left;">New function declaration syntax for deduced return types ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2541.htm|N2541]] || ||4.1 ||4.4 ||12.1 ||10.0 || || || || ||2.9 ||
  ||<style="text-align:left;">`nullptr` ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2431.pdf|N2431]] || || ||4.6 ||12.1* ||10.0 || || || || ||2.9 ||
  ||<style="text-align:left;">Raw String Literals ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2442.html|N2442]] || || ||4.5 ||<<BR>> || || || || || ||Yes ||
@@ -36, +36 @@

  ||<style="text-align:left;">Variadic Templates ||v0.9: [[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2242.pdf|N2242]], v1.0: [[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2555.pdf|N2555]] || ||4.1(v0.9) ||4.3(v0.9) ||12.1(v0.9) || ||11.1 (v0.9) || || || ||Yes ||
  ||<style="text-align:left;">Range-based for-loop ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2930.html|N2930]] || || ||4.6 || || || || || || ||3.0 ||
  ||<style="text-align:left;">override and final ||v0.8: [[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2928.htm|N2928]], v0.9: [[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3206.htm|N3206]], v1.0: [[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3272.htm|N3272]] || || ||4.7 ||12.0(v0.8)*** ||10.0(v0.8)*** || || || || ||2.9 ||
- ||<style="text-align:left;">Attributes ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2761.pdf|N2761]] || || || ||12.1 || || || || || ||2.9 ||
+ ||<style="text-align:left;">Attributes ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2761.pdf|N2761]] || || || ||12.1 || || || || || || ||
  ||<style="text-align:left;">ref-qualifiers ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm|N2439]] || || || || || || || || || ||2.9 ||
  ||<style="text-align:left;">Non-static data member initializers ||[[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2756.htm|N2756]] || || ||4.7 || || || || || || ||3.0 ||