$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] C0x11 threading capabilities
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2011-12-02 05:06:47
I don't know the exact differencies between std::thread and boost::thread,
but I know that just::thread is a C++11 std::thread implementation that was
used by the commitee (if my information are correct)
http://www.stdthread.co.uk/
Joël Lamotte