From: Guido Kanschat Date: Tue, 10 Sep 2002 08:38:16 +0000 (+0000) Subject: new exception ExcIteratorPastEnd X-Git-Tag: v8.0.0~17595 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50957fb4baedd0f6def14f3618ad7ccc4422cfc0;p=dealii.git new exception ExcIteratorPastEnd git-svn-id: https://svn.dealii.org/trunk@6383 0785d39b-7218-0410-832d-ea1e28bc413d --- 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