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

Don't provide any_view or any when static RTTI is disabled #1765

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

frederick-vs-ja
Copy link

@frederick-vs-ja frederick-vs-ja commented Jan 30, 2023

Also tries adding test coverage in workflows.

Edit: any also needs to be skipped, I'll do this later. Done.

The next step will be expanding/ fixing CI.

Fixes #1764.

@frederick-vs-ja frederick-vs-ja changed the title Don't provide any_view when static RTTI is disabled Don't provide any_view or any when static RTTI is disabled Jan 31, 2023
@frederick-vs-ja
Copy link
Author

frederick-vs-ja commented Feb 1, 2023

I guess No RTTI matrix is completed. But "macOS Clang Release" combinations repeatedly failed in CI.

The failed test case is

  • range.v3.test.generator (SEGFAULT)

on which I think -fno-rtti should have no impact.

@ericniebler @CaseyCarter How can we fix this?

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.

Currently not possible to compile range-v3 with -fno-rtti flag set
2 participants