You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments