just::thread Support Forum

General Category => General Discussion about just::thread => Topic started by: Kenneth Carter on November 24, 2008, 04:47:37 AM

Title: which header can I find std::ref in?
Post by: Kenneth Carter on November 24, 2008, 04:47:37 AM
I am exploring the Mersenne twister algorithym implementing it is a parallel algorithym. I need to pass some pointers into the thread and I was wondering which header contains std::ref ?

Kenneth
Title: Re: which header can I find std::ref in?
Post by: Anthony Williams on November 24, 2008, 08:52:03 AM
std::ref is in <functional>, and not supplied by just::thread. With VC9 SP1, std::tr1::ref is included as part of the TR1 package, which has the same functionality. Full support of std::tr1::ref is not provided for just::thread beta v0.4; that will be in beta v0.5