If the following flag would be added to MSVC part, the MSVC C++14 and C++17 features could be used in the code (including std::string_view and variadic template std::less).
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++latest")
I'm happy to write the code (opt-out as the latest VS runs properly with all tests passed).
If the following flag would be added to MSVC part, the MSVC C++14 and C++17 features could be used in the code (including
std::string_viewand variadic templatestd::less).I'm happy to write the code (opt-out as the latest VS runs properly with all tests passed).