$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Glassford (glassfordm_at_[hidden])
Date: 2004-07-29 09:28:24
Sven Johannsen wrote:
[snip previous discussion]
> it works!!!!
>
> a small change and everything work fine. Can somebody make these change
> in the cvs-pool?
>
> it's very easy, just add the line: "#include <string>" to the file
> barrier.cpp.
Done, though instead of changing barrier.cpp, I chose to #include
<string> everywhere in the Boost.Threads library that there is a
#include <stdexcept> to fix potential similar problems in other places
in the future.
Mike