$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] thread crash on windows with icc in Release
From: Igor R (boost.lists_at_[hidden])
Date: 2013-05-06 05:32:11
> Does it crash or throws an exception?
> I recall, there was a bug/misconcept in some boost versions (roughly around
> 1.50-1.52, not in 1.53 anymore) that thread::join throws an exception if the
> thread is already ended.
I believe you're mistaken, otherwise a lot of correct code would be broken.