parent
87d4bc0585
commit
c8fb0f476c
6 changed files with 220 additions and 69 deletions
|
|
@ -23,7 +23,7 @@
|
|||
{}
|
||||
|
||||
CLASSNAME::CLASSNAME(TYPE CONST* ptr, Index r, Index c, stride s)
|
||||
: storage_(std::make_unique<payload>(ptr,r,c,payload::stride_type{s.outer,s.inner}))
|
||||
: storage_(std::make_unique<payload>(ptr,r,c,payload::stride_type{s.outer(),s.inner()}))
|
||||
{}
|
||||
|
||||
CLASSNAME::CLASSNAME(CLASSNAME const& o) : storage_(std::make_unique<payload>(o.storage_->data))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue