Adding `-fno-rtti` flag leads to fail the build with the following errors: > range-v3-src/include/range/v3/view/any_view.hpp:129:24: error: use of typeid requires -frtti > , info_(&typeid(rtti_tag<T>)) > range-v3-src/include/range/v3/view/any_view.hpp:135:58: error: use of typeid requires -frtti > RANGES_ASSERT(obj_ && info_ && *info_ == typeid(rtti_tag<T>)); ^ > range-v3-src/include/range/v3/detail/config.hpp:63:23: note: expanded from macro 'RANGES_ASSERT' > #define RANGES_ASSERT assert