Skip to content

shape allows construction from incompatible shapes (std::is_constructible and std::is_assignable are broken for std::tuple on various STLs) #20

Open
@dsharlet

Description

@dsharlet

Some compilers have a broken implementation of std::is_constructible<std::tuple<...>, std::tuple<...>>, which makes it hard to prevent shapes from being constructed/assigned from incompatible shapes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions