$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marcus Lindblom (macke_at_[hidden])
Date: 2008-06-11 07:35:20
Gennadiy Rozental wrote:
> VS has nice feature I like to use th at allows to catch exceptions in the point
> of inception. If I enable it these StopIteration exceptions start to creep up
> and make debugging impossible.
VS (7.0+) also has the feature that you can register (add) exception
types and have VS ignore them when they are thrown. We do this for the
few exceptions we use in a similar manner in our app.
This should perhaps go into the documentation of libs that make liberal
use of exceptions, as a courtesy to users who find it annoying.
mvh
/Marcus