
Hi, ----- Original Message ----- From: "Steven Watanabe" <watanabesj@gmail.com> To: <boost@lists.boost.org> Sent: Sunday, May 31, 2009 6:03 AM Subject: Re: [boost] [thread] #2739 shouldn't at_thread_exit work on the main thread?
AMDG
Larry Evans wrote:
The patch:
https://svn.boost.org/trac/boost/attachment/ticket/2739/2739.patch
contains at the top: //<--2739.patch-- Index: thread.cpp
<snip> 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.
Indeed. Vincente, I generally find that it is easiest to make a patch containing everything including the tests, that can be applied directly from the main boost directory.
OK, I will do like you propose next time. The thread.cpp file corresponds to ./thread/src/pthread/thread.cpp. Vicente