From 14e5f7c9398ea24068bd6ac29d2b3f7586a4c828 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 25 Oct 2001 13:56:59 +0000 Subject: [PATCH] [io]str(ing)?stream git-svn-id: https://svn.dealii.org/trunk@5160 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-2.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index 03b0ea66ff..8b5375cbde 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -26,7 +26,16 @@ documentation, etc.

General

    - +
  1. + Changed: If available, the library now uses the C++ standard + classes 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) +

@@ -44,6 +53,7 @@ documentation, etc.
(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. -- 2.39.5