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?