Patch for Boost.Threads

Dear Boosters, I found that the recent changes made on libs/thread/src/exceptions.cpp break the SGI MIPSpro compiler. Could somebody apply the following patch? Thank you in advance. Best regards, Synge Todo diff -crN boost.orig/libs/thread/src/exceptions.cpp boost/libs/thread/src/exceptions.cpp *** boost.orig/libs/thread/src/exceptions.cpp Wed Jul 7 02:20:55 2004 --- boost/libs/thread/src/exceptions.cpp Thu Jul 8 20:15:19 2004 *************** *** 12,17 **** --- 12,18 ---- #include <boost/thread/detail/config.hpp> #include <boost/thread/exceptions.hpp> + #include <cstring> #include <string> # ifdef BOOST_NO_STDC_NAMESPACE

Thanks! Synge From: Michael Glassford <glassfordm@hotmail.com> Subject: [boost] Re: Patch for Boost.Threads Date: Thu, 08 Jul 2004 10:47:53 -0400
Synge Todo wrote:
Dear Boosters,
I found that the recent changes made on libs/thread/src/exceptions.cpp break the SGI MIPSpro compiler. Could somebody apply the following patch? Thank you in advance.
[snip patch]
Done
Mike
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Michael Glassford
-
Synge Todo