$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Rainer Deyke (rdeyke_at_[hidden])
Date: 2022-12-06 12:28:59
On 06.12.22 11:02, Alexander Grund via Boost wrote:
> Actually the std library support for std::thread on Windows at least is
> still lacking. IIRC it was the MinGW cross-compiler with which we (in
> another project) were unable to use std::thread for Windows and had to
> resort to Boost.Thread.
> So I'd argue this is a point for keeping it in "core" Boost.
That's a good point. I worked around this by using the pthreads variant
of MinGW, which fixes the problem for me, but this may not be a viable
option for everyone.
-- Rainer Deyke (rainerd_at_[hidden])