I am not yet a Boost user. I am however planning to go into it as soon as possible. However I am little concerned about Boost, and the likely future name collisions or differences with the forthcoming C++0x. (Maybe it is not a real issue, but for example I find the boost lambdas syntax pretty ugly, BOOST_FOREACH aggressive to the eye, and other only aesthetic personal views).
I am really interested by the TR2, which seems to be implemented by the libraries Boost.Thread and just::thread. Both seems to be written and maintained by Anthony Williams.
But just::thread claims to be closely compliant with the TR2.
I wanted to know if any one of you would indicate me to use one or the other. just::thread is not free, but if it was to be really just like TR2, I am tempted.
Any thought ?