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
My C++ dev environment is MinGW 8.0.1, CMake 3.31, C++11 standard. Things goes wrong when I imported the guid.hpp as head file.
In guid.hpp, Line 55, which uses a class called "string_view" is only available in C++17 or higher version.
This should be mentioned in the README, so we could prepare a proper environment for this.
Anyway, what should I do if I want to use the library in C++11?
The text was updated successfully, but these errors were encountered:
My C++ dev environment is MinGW 8.0.1, CMake 3.31, C++11 standard. Things goes wrong when I imported the
guid.hpp
as head file.In
guid.hpp
, Line 55, which uses a class called "string_view" is only available in C++17 or higher version.This should be mentioned in the README, so we could prepare a proper environment for this.
Anyway, what should I do if I want to use the library in C++11?
The text was updated successfully, but these errors were encountered: