Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

C++17 support and missing string_view header

H__Ammar
Beginner
404 Views

I am trying to use a library that makes use of the string_view header. This is a header introduced in C++17. However, it seems that even with the -std=c++17 the c++ compiler gives a "catastrophic error" message, saying that the header is missing. This is with Intel 19.3 compiler series.

Is there some replacement for this, or am I missing more compiler flags? Also, in general, what is the time-line for full C++17 compatibility, including of the standard library?

 

 

0 Kudos
1 Reply
Viet_H_Intel
Moderator
404 Views

Can you try with 19.0 update 5?

0 Kudos
Reply