You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, guessing from the line numbers and std::string_view, it looks like the version you are testing is the release version v1.2.4, which is the latest release, and you are compiling with -std=c++17.
v1.2.4 is not including #25, that brings the missing string_view specialization when compiling with at least c++17, so my guess is, it should work with the current master.
I didn't make a new release yet, as I first want to finish work on #27, so maybe around the next weekend. If possible, it would be cool if you could check if your code works with the current master version.
Describe the bug
To Reproduce
Compile with G++ 7 on Debian.
Expected behavior
Compiles.
Additional context
The GCC7 seems to be missing
string_view
or is not included.The text was updated successfully, but these errors were encountered: