Invalidating flags ...
This commit is contained in:
parent
746516a675
commit
4d786ef3ce
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ public :
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void operator () (eoPop <EOT> & _pop) {
|
void operator () (eoPop <EOT> & _pop) {
|
||||||
|
|
||||||
|
for (unsigned i = 0 ; i < _pop.size () ; i ++)
|
||||||
|
_pop [i].invalidate () ;
|
||||||
|
|
||||||
apply <EOT> (eval, _pop) ;
|
apply <EOT> (eval, _pop) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue