From 8f2beee8e980bc0feda2a4c1673fbe7e0ce1d9fd Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 1 Apr 2005 19:33:00 +0000 Subject: [PATCH] Link fixed. [SVN r27906] --- include/boost/detail/lightweight_mutex.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/detail/lightweight_mutex.hpp b/include/boost/detail/lightweight_mutex.hpp index a99689e..14aad0d 100644 --- a/include/boost/detail/lightweight_mutex.hpp +++ b/include/boost/detail/lightweight_mutex.hpp @@ -19,7 +19,9 @@ // typedef boost::detail::lightweight_mutex; // // boost::detail::lightweight_mutex meets a subset of the Mutex concept -// requirements: http://www.boost.org/libs/thread/doc/mutex_concept.html#Mutex +// requirements: +// +// http://www.boost.org/doc/html/threads/concepts.html#threads.concepts.Mutex // // * Used by the smart pointer library // * Performance oriented