+ eoEvalFuncCounterBounder.h: inherits of eoEvalFuncCounter in adding an exception throwing when a threshold of evaluation has been reached

This commit is contained in:
Caner Candan 2010-08-31 16:31:39 +02:00
commit 698c692a63

View file

@ -49,7 +49,7 @@ template<class EOT> class eoEvalFuncCounter : public eoEvalFunc<EOT>, public eoV
}
}
private :
protected :
eoEvalFunc<EOT>& func;
};