- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is my first time posting on the forum. So please correct me if I do not conform to the forum's guidelines.
Code snippet
#include <type_traits> static_assert(std::is_function_v<void() noexcept>);
I do not have any OS information since I used icc v19.01 from godbolt.org.
This static assert fails with icc v19 but the same is not the case with gcc or clang compilers. Compiler flags used -std=c++17 -O3
Is this issue fixed in a later version? If yes, which version is this fixed? How would I retrieve such information in the future when required? Thanks!!!
- Tags:
- CC++
- Development Tools
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I checked the latest version and the issue is still seen.
I've reported it to our Developer (CMPLRIL0-32401) . Will keep you updated.


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