- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Would it be possible for the development team to put together a "C++0x support status" page/document, as various other compilers have done? (G++ and CLang for example. vs10 had one but I can't find the link) and get it stickied in the forums?
This would be handy for reining in devs who are chomping at the bit to start using C++0x features and looking to compilers that "already can".
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There's a list in the docs under std=c++0x.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you mean the docs that come with the compiler? If so, the problem is - that's out of date :) I mean't, would it be possible to get something online that I can point folks at to say "look, this is what's coming".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is the feature list from Microsoft with all supported C++0x features in VC10.
http://blogs.msdn.com/b/vcblog/archive/2010/04/06/c-0x-core-language-features-in-vc10-the-table.aspx
As far as i know icc wants to be fully compatible with the primary compiler on a given platform.
Meaning in the future icc will support all those features and more which you can see in the MS table, that is for windows of course.
http://blogs.msdn.com/b/vcblog/archive/2010/04/06/c-0x-core-language-features-in-vc10-the-table.aspx
As far as i know icc wants to be fully compatible with the primary compiler on a given platform.
Meaning in the future icc will support all those features and more which you can see in the MS table, that is for windows of course.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page