blitz icon indicating copy to clipboard operation
blitz copied to clipboard

BZ_COLUMN_MAJOR_ARRAY has a error in vs2019

Open snow-man-0 opened this issue 3 years ago • 0 comments

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

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

snow-man-0 avatar Mar 11 '21 16:03 snow-man-0