finish xpr_base.cc.h
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Christian Zimmermann 2023-11-19 19:17:55 +01:00
parent a5593a04f6
commit 55ebc2e3d7

View file

@ -25,9 +25,7 @@ namespace CNORXZ
template <typename T, class Xpr>
T VXpr<T,Xpr>::vexec(const DPos& last) const
{
CXZ_ERROR("IMPLEMENT!!!" << last.val());
//(*this)(last);
return T();
return (*this)(last);
}
template <typename T, class Xpr>