Skip to content

strong::range modifier compiler errors for std::set in v15 #50

@feltech

Description

@feltech

Since v15, wrapping a std::set in a strong type with the strong::range modifier, causes compiler errors, i.e.

using Set = strong::type<std::set<std::string_view>, struct Set_, strong::range>;

See https://godbolt.org/z/fM6q543dc (change to v14 and the program runs fine).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions