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
{{ message }}
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
I am trying to understand the vcpkg repository example but I am facing this issue when I run vcpkg install in the beson-ptr example:
.../vcpkg/buildtrees/beison/src/b7a414bcb0-d477a732e3.clean/src/beison.cpp: In static member function‘static beison::Value beison::Value::number(double)’:
.../vcpkg/buildtrees/beison/src/b7a414bcb0-d477a732e3.clean/src/beison.cpp:252:22: error: ‘isfinite’ was not declared in this scope
252 |if (!isfinite(d)) std::abort();
| ^~~~~~~~
.../vcpkg/buildtrees/beison/src/b7a414bcb0-d477a732e3.clean/src/beison.cpp: In member function‘beison::Value beison::{anonymous}::Parser::parse_number(std::error_code&)’:
.../vcpkg/buildtrees/beison/src/b7a414bcb0-d477a732e3.clean/src/beison.cpp:735:72: error: ‘INFINITY’ was not declared in this scope
735 |if (std::abs(result) < INFINITY)
| ^~~~~~~~
ninja: build stopped: subcommand failed.