Commit 38ed8fb
authored
[tools/val] Paper over type change for std::filesystem::path::u8string (#6336)
In C++17 the type is std::string, in C++20 it's std::u8string. Then the
.c_str() for both have incompatible types. Paper over this difference by
copying to a std::string before invoking the helper function1 parent 1a2d8dd commit 38ed8fb
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
269 | 276 | | |
270 | 277 | | |
271 | 278 | | |
| |||
0 commit comments