$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-10-26 06:00:17
Bill,
Just a couple of minor niggles in the thread lib:
Can you remove _atomic.cpp from the cvs if it's no longer pertinent.
Can you either encase the content of threadmon.cpp in
#ifdef BOOST_HAS_WINTHREADS
...
#endif
or add a
#ifndef BOOST_HAS_WINTHREADS
# error "helpful message"
#endif
section so that it's obvious that that file only belongs to win32 builds?
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/