Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patched fromTOML to fix MacOS testing #10332

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

p01arst0rm
Copy link
Contributor

Motivation

currently, compilation on MacOS is broken due to a known issue relating to std::result_of being removed from c++20. This PR fixes this issue by instructing TOML11 to use std::invoke_result

More information can be found via: https://stackoverflow.com/questions/75121130

@edolstra
Copy link
Member

Hm, where do you see macOS being broken?

@p01arst0rm
Copy link
Contributor Author

has been broken in testing for me for some time. see also >> #10330

@edolstra
Copy link
Member

That's weird, it builds on GHA and Hydra.

@p01arst0rm
Copy link
Contributor Author

That's weird, it builds on GHA and Hydra.

its related to the version of boost that is running, and the use of C++20. it seems that on MacOS toml11 doesnt properly recognise its running in C++20 without the use of version.hpp, a file added later on in newer versions of toml11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants