$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Log] Plans to use std::thread?
From: Rich E (reakinator_at_[hidden])
Date: 2013-04-29 12:47:43
Hi all,
As I've been testing out the newly added Boost.Log library, I noticed it is
relying on Boost.Thread even when the C++11 <thread> library is present.
Are there any plans to allow the native <thread> library to be used when
it is available?
I think this can be done with Boost.Config's BOOST_NO_CXX11_HDR_THREAD
macro.
Thanks,
Rich