Skip to content

ddc::print_dim_name only handles DiscreteDomain #935

@tpadioleau

Description

@tpadioleau

One cannot call ddc::print_dim_name on a set of elements different from DiscreteDomain. For example, the following code does not compile:

struct X;
ddc::Chunk<int, ddc::StridedDiscreteDomain<X>> chk;
ddc::print_dim_name(std::cout, chk);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions