
On 05/30/09 05:20, vicente.botet wrote: [snip]
BTW the test fails on cygwin gcc 3.6.4, could someone test it on Windows or Linux to see if this is specific to cygwin?
Vincente, The patch: https://svn.boost.org/trac/boost/attachment/ticket/2739/2739.patch contains at the top: //<--2739.patch-- Index: thread.cpp =================================================================== --- thread.cpp (revision 53346) +++ thread.cpp (working copy) @@ -24,8 +24,11 @@ #include "timeconv.inl" //>--2739.patch-- which says the patched file is thread.cpp; however, a find for that file turned up: <--find thread.cpp-- -*- mode: compilation; default-directory: "~/prog_dev/boost-svn/ro/boost-trunk/libs/" -*- Compilation started at Sat May 30 22:23:35 find . -name thread.cpp ./thread/example/thread.cpp ./thread/src/pthread/thread.cpp ./thread/src/win32/thread.cpp Compilation finished at Sat May 30 22:23:46
--find thread.cpp--
So, which thread.cpp is the patch for? Of course I'm probably missing something obvious :( Straighten me out and I'll try a linux test. -regards, Larry