
16 Jul
2004
16 Jul
'04
2:54 a.m.
Jonathan Wakely wrote:
On Wed, Jul 14, 2004 at 11:47:57AM -0400, Michael Glassford wrote:
I certainly hope that Boost.Threads finally settle down in a stable form. The MetaComm results show that it is in such a poor state. http://tinyurl.com/4s58j indicates that not a single test passes. A lot of libraries (including Spirit) rely on this library and time is running out.
Yes, I just noticed this yesterday and was rather surprised: I had expected at least MSVC++ 6 and 7.1 to work, since I tested both of those. It's not in as bad shape as it looks, though, since almost all of the errors are the same:
Cannot open include file: 'boost/thread/detail/config.hpp': No such file or directory
With help from others, I think I've fixed this too. Mike