ericniebler / range-v3

Range library for C++14/17/20, basis for C++20's std::ranges
Other
4.06k stars 437 forks source link

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

Open frederick-vs-ja opened 1 year ago

frederick-vs-ja commented 1 year ago

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 commented 1 year ago

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

The failed test case is

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

@ericniebler @CaseyCarter How can we fix this?