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

Delegate implementation to std::experimental #12

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

wusatosi
Copy link
Member

@wusatosi wusatosi commented Feb 8, 2025

Note that this removes support for

  • apple clang
  • msvc
  • LLVM version < 19 (latest default stable for llvm install script is 18, this very much require the front-line release of LLVM)
  • GCC version < 12

This is the complication I was complaining about in #3 .

This also means our project currently only support > C++20.

  • We should document this compiler requirement

@wusatosi
Copy link
Member Author

wusatosi commented Feb 8, 2025

Will likely be able to add back some support once we have a switch and have alternative implementations.

This compiler requirement is pretty crazy for llvm.

@JeffGarland
Copy link
Member

Where are we at with this PR now given that the other PR has 20 as the base?

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