From 0d88af1563deac434f888fbd2da335eb83a36381 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 10 Sep 2002 08:38:16 +0000 Subject: [PATCH] new exception ExcIteratorPastEnd git-svn-id: https://svn.dealii.org/trunk@6383 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 2bc340c3a1..1811640651 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -139,6 +139,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK (WB 2002/09/08)

+
  • New: global exception class ExcIteratorPastEnd, which should be used if an + iterator is incremented or decremented beyond its end value. +
    + (GK 2002/09/10) +

    +
  • Extended: Previously, the Threads::PosixThreadBarrier class could not be used at all (they threw exceptions), if your system -- 2.39.5