+ eoEvalFuncCounterBounder.h: inherits of eoEvalFuncCounter in adding an exception throwing when a threshold of evaluation has been reached
This commit is contained in:
parent
1619b2b38c
commit
698c692a63
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ template<class EOT> class eoEvalFuncCounter : public eoEvalFunc<EOT>, public eoV
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private :
|
protected :
|
||||||
eoEvalFunc<EOT>& func;
|
eoEvalFunc<EOT>& func;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue