Skip to content

BZ_COLUMN_MAJOR_ARRAY has a error in vs2019 #171

@snow-man-0

Description

@snow-man-0

blitz 1.0.2, in storage.h, class ColumnMajorArray
ordering_ = tensor::i; // error

modify:
//ordering_ = tensor::i;
IndexPlaceholder<0> i;
ordering_ = i;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions