$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2022-05-21 21:05:29
On Sat, May 21, 2022 at 2:51 PM Jeanette C. wrote:
> Hey hey,
> using boost 1.78 from the Archlinux repository, using the thread constructor
> with
> boost::thread::attributes
> as first argument fails to compile.
It's as if BOOST_THREAD_PROVIDES_VARIADIC_THREAD is not defined, which
would happen if BOOST_THREAD_VERSION is less than 4. Can you check if
this is the case?
Glen