$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Thread] Win32 exception handling
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-11-25 19:18:57
David Abrahams:
> "If no matching handler is found, the function std::terminate() is
> called; ..."
This wording is also present in C++03, if I'm not mistaken, and MSVC does
obey it, for all threads.
There's an additional twist there though; set_terminate is per-thread in
MSVC (7.1 at least).