- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[cpp]
struct A {
virtual ~A() = default;
};
struct B : A {
virtual ~B() override = default;
};
int main() {
B b;
}[/cpp]
It's produces these error(but it mustn't):
error: modifier is not allowed on a destructor
ICC 13 update 1, windows.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Judith Ward (Intel) wrote:Just out of my curiosity, when there will be support for: 1. = default 2. virtual "override" and "final" class/struct ? Both comes handy. Some time line?C++11 virtual override and final were not implemented in 13.0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VooDooMan wrote:Judy, once again I am asking: any timeline/schedule to implement "NO"'s and "Partial"'s ? I am so excited to use C++11 features with ICC...Quote:
Judith Ward (Intel) wrote:C++11 virtual override and final were not implemented in 13.0.
Just out of my curiosity, when there will be support for:
1. = default
2. virtual "override" and "final" class/struct ?Both comes handy. Some time line?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Judith Ward (Intel)]Of course, that indeed makes sense. I respect the fact.Sorry but I am not allowed to comment on our future plans.
This is what I needed to hear! I'm excited, and impatiently waiting! Thank you.But I can say that our top priority is to implement the c++11 features that Gnu has already implemented in their recent releases.
What I need to apply to be a beta tester? And what it takes, i.e. what is expected from me as a beta tester?We would love to have more beta customers to try out these new features for our next release so look for an invitation here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
All those features (default, delete & override) are supported by 14.0 and latest compilers. You can find the latest C++11 support on the article pointed by JudyW.
Jennifer

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