changed to using sstream

This commit is contained in:
maartenkeijzer 2003-02-28 16:49:19 +00:00
commit 153b80440c
22 changed files with 253 additions and 31 deletions

View file

@ -26,7 +26,6 @@
#define _EOPOP_H
#include <vector>
#include <strstream>
#include <algorithm>
#include <iterator> // needed for GCC 3.2
@ -262,7 +261,6 @@ class eoPop: public std::vector<EOT>, public eoObject, public eoPersistent
//@{
/**
* Read object. The EOT class must have a ctor from a stream;
in this case, a strstream is used.
* @param _is A std::istream.
*/
virtual void readFrom(std::istream& _is)