Files
OpenCL-CTS/test_conformance
David Neto e92140f82d Add helper to wrap result of std::filesystem::path::u8string() (#2535)
In C++17 the return type of std::filesystem::path::u8string() is
std::string, but in C++20 the return type changed to std::u8string.

Add a helper to copy a std::u8string to a std::string, to be used when a
std::string is required. This fixes the build for C++20.
2025-10-01 13:40:43 -07:00
..
2025-09-02 09:47:44 -07:00
2025-08-19 17:48:03 +01:00
2025-09-02 09:47:44 -07:00
2025-08-19 17:48:03 +01:00
2025-09-02 09:47:44 -07:00