$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-09-06 08:19:44
I included mutex.hpp and tss.hpp. This forced me to add mutex.cpp, tss.cpp,
once.cpp, xtime.cpp to the project, which is reasonable. However I also
needed thread.cpp because of the out-of-line constructors for the exception
classes (lock_error and thread_resource_error) that also dragged in
condition.cpp and whatnot.
I think that the exception class constructors should be either inline or in
a separate exception.cpp.
BTW why doesn't boost::mutex use a critical section on win32?
-- Peter Dimov Multi Media Ltd.