Closed mrspirytus closed 2 years ago
When you build the project with cmake, there is a variable called UUID_USING_CXX20_SPAN
. It's OFF
by default, which means the GLS span should be used. There is a gls folder within the project and contains a span implementation.
Better documentation is now provided in the readme.md file.
Hello,
Trying to build this code on Linux using g++ (-std=c++17) with c++17 I get error not able to find
which is the c++20 feature. span