wrong operation type returned by map operator
This commit is contained in:
parent
6597ac6cb0
commit
3abdf61c33
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ namespace MultiArrayTools
|
|||
{
|
||||
static_assert(sizeof...(SRanges) == sizeof...(MappedRanges),
|
||||
"number of mapped ranges must be equal to number of original ranges");
|
||||
return (*this)(MapResult(inds)...);
|
||||
return (*this)(MapResult(inds)...); // NO !!!!!
|
||||
}
|
||||
|
||||
template <typename T, class... SRanges>
|
||||
|
|
Loading…
Reference in a new issue