Commit 6c4cf7a
committed
Provide fallback for missing
Clang 11.0.x with libc++ fails to compile tests in C++20 mode due to
incomplete char8_t support in std::filesystem::path.
Signed-off-by: Sergiu Deitsch <sergiu.deitsch@gmail.com>char8_t support1 parent 7ddea26 commit 6c4cf7a
4 files changed
Lines changed: 34 additions & 16 deletions
File tree
- include/nlohmann/detail/conversions
- single_include/nlohmann
- tests/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
544 | 547 | | |
545 | 548 | | |
546 | 549 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
443 | 452 | | |
444 | 453 | | |
445 | 454 | | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
452 | 458 | | |
453 | 459 | | |
454 | 460 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5325 | 5325 | | |
5326 | 5326 | | |
5327 | 5327 | | |
5328 | | - | |
| 5328 | + | |
| 5329 | + | |
| 5330 | + | |
| 5331 | + | |
5329 | 5332 | | |
5330 | 5333 | | |
5331 | 5334 | | |
| |||
6087 | 6090 | | |
6088 | 6091 | | |
6089 | 6092 | | |
6090 | | - | |
6091 | | - | |
| 6093 | + | |
| 6094 | + | |
| 6095 | + | |
6092 | 6096 | | |
6093 | | - | |
6094 | | - | |
6095 | 6097 | | |
6096 | | - | |
6097 | | - | |
| 6098 | + | |
6098 | 6099 | | |
| 6100 | + | |
| 6101 | + | |
| 6102 | + | |
| 6103 | + | |
| 6104 | + | |
| 6105 | + | |
| 6106 | + | |
6099 | 6107 | | |
6100 | 6108 | | |
6101 | 6109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1134 | 1134 | | |
1135 | 1135 | | |
1136 | 1136 | | |
1137 | | - | |
| 1137 | + | |
| 1138 | + | |
1138 | 1139 | | |
1139 | | - | |
| 1140 | + | |
1140 | 1141 | | |
1141 | 1142 | | |
1142 | 1143 | | |
| |||
0 commit comments