range-v3 icon indicating copy to clipboard operation
range-v3 copied to clipboard

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

Open frederick-vs-ja opened this issue 2 years ago • 1 comments

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 avatar Jan 30 '23 17:01 frederick-vs-ja

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

  • https://github.com/frederick-vs-ja/range-v3/actions/runs/4055855402
  • https://github.com/frederick-vs-ja/range-v3/actions/runs/4060224651

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?

frederick-vs-ja avatar Feb 01 '23 03:02 frederick-vs-ja