I am running an application and it throws me an error saying:
"C++ header 'string_view' is required. You need to install a newer libstdc++ on the host system."
Can someone guide me on what I need to do to get a newer version of "libstdc++" on my machine?
Thanks
gcc73/include/c++/7.3.0/string_view
. ... Earlier modern g++ versions (5.x ... 6 ) have the headerstring_view
located in "experimental/" . .... #47176206 – Jugal