
8 Jul
2004
8 Jul
'04
11:43 a.m.
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