Re: [thread] attribute constructor failing to compile
Glen Fernandes via Boost-users <[email protected]>
| Newsgroups | gmane.comp.lib.boost.user |
|---|---|
| Message-ID | <CAHVPgzmetXCteABgjgS4O_1XrE2H-NQYBb-dwTExorhbpOQ8_g@mail.gmail.com> |
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