finish xpr_base.cc.h
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
a5593a04f6
commit
55ebc2e3d7
1 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue