$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: anthony_at_[hidden]
Date: 2008-03-25 03:59:59
Author: anthonyw
Date: 2008-03-25 03:59:58 EDT (Tue, 25 Mar 2008)
New Revision: 43850
URL: http://svn.boost.org/trac/boost/changeset/43850
Log:
removed declaration of undefined type exclusive_lock
Text files modified:
branches/release/boost/thread/locks.hpp | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
Modified: branches/release/boost/thread/locks.hpp
==============================================================================
--- branches/release/boost/thread/locks.hpp (original)
+++ branches/release/boost/thread/locks.hpp 2008-03-25 03:59:58 EDT (Tue, 25 Mar 2008)
@@ -27,9 +27,6 @@
class shared_lock;
template<typename Mutex>
- class exclusive_lock;
-
- template<typename Mutex>
class upgrade_lock;
template<typename Mutex>