$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Synge Todo (wistaria_at_[hidden])
Date: 2004-07-08 06:43:57
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