updated version info, added flush to stdoutmonitor and sprinkled a few typenames

in eoPop.h and eoGOpSelector.h (egcs 2.96 started complaining).
This commit is contained in:
maartenkeijzer 2000-10-27 09:12:31 +00:00
commit 8684e1fac1
3 changed files with 3 additions and 3 deletions

View file

@ -143,7 +143,7 @@ inline eoOpSelector<EOT>::ID eoGOpSelector<EOT>::addOp( eoOp<EOT>& _op,
// Now 'op' is a general operator, either because '_op' was one or
// because we wrapped it in an appropriate wrapper in the code above.
iterator result = find(begin(), end(), (eoGeneralOp<EOT>*) 0); // search for nullpointer
typename eoGOpSelector<EOT>::iterator result = find(begin(), end(), (eoGeneralOp<EOT>*) 0); // search for nullpointer
if (result == end())
{