cmake_modules icon indicating copy to clipboard operation
cmake_modules copied to clipboard

Meta information provider should be usable with C++ versions < 17

Open sblumentritt opened this issue 4 years ago • 0 comments

The generated header file currently uses std::string_view to hold the information data. std::string_view was first introduced in C++17 which makes the current header file unusable for older C++ standards and compiler.

sblumentritt avatar Feb 11 '21 09:02 sblumentritt