Commit e359e46
committed
fix RapidYAML build errors when using system provided json.hpp
When building with bundled JSON and bundled RapidYAML, the build works.
However, when building with system-provided JSON and bundled RapidYAML, the build
fails due to many things not being defined. It seems these are supposed to come
from the standard <charconv> header, but RapidYAML 0.5.0 release erroneously
strips that include in its single-file amalgamation. See RapidYAML issue
biojppm/rapidyaml#364 (comment)1 parent 955ffe6 commit e359e46
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
0 commit comments