This commit is contained in:
parent
3d08dc530e
commit
09f15408b1
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ namespace CNORXZ
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
typedef typename std::remove_reference<decltype(mExt1( UPos(0) ) + mExt2( mPart( UPos(0) ) ))>::type OutT;
|
typedef typename std::remove_reference<decltype(mXpr(mExt1( UPos(0) ) + mExt2( mPart( UPos(0) ) )))>::type OutT;
|
||||||
auto o = OutT();
|
auto o = OutT();
|
||||||
for(SizeT i = 0; i != mSize; ++i){
|
for(SizeT i = 0; i != mSize; ++i){
|
||||||
const auto pos1 = mExt1( UPos(i) );
|
const auto pos1 = mExt1( UPos(i) );
|
||||||
|
|
Loading…
Reference in a new issue