- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
struct A { A(int a) {} };
Running with GCC's "-Wnon-virtual-dtor" triggers ICC #2304 warning about non-explicit single arg ctor (probably from "Weffc++").
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I can reproduce this problem in 16.0 but it looks like this is fixed in our latest release (17.0).
The problem was previously reported in our internal tracking system as DPD200361597 which corresponds to Quad number Q6000068444.
As a workaround you can disable the diagnostic with the option -diag-disable:2304.
Sorry for the inconvenience.
Judy
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I can reproduce this problem in 16.0 but it looks like this is fixed in our latest release (17.0).
The problem was previously reported in our internal tracking system as DPD200361597 which corresponds to Quad number Q6000068444.
As a workaround you can disable the diagnostic with the option -diag-disable:2304.
Sorry for the inconvenience.
Judy
- 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
Sorry but we don't allow external users to access our bug tracking database (for privacy/confidentiality reasons).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is fixed in icc 17.
Thanks!

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