From: wolf
+ Changed: If available, the library now uses the C++ standard
+ classes General
-
+
@@ -44,6 +53,7 @@ documentation, etc.
istringstream
and ostringstream
over the old classes
+ i/ostrstream
. The ./configure script
+ finds out whether the new classes exist, or whether the
+ backward compatibility classes are to be used.
+
+ (WB 2001/10/25)
+
(GK 2001/10/24)
Fixed: The DataOutBase::EpsFlags
class forgot to declare the reverse grey scale function as one
@@ -121,6 +131,7 @@ documentation, etc.
(GK 2001/10/01)
Fixed: the iterator category template base class of grid iterators was incorrectly set.