2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-21 03:22:10 +00:00

Thread: fix #8458 and update doc.

[SVN r84792]
This commit is contained in:
Vicente J. Botet Escriba
2013-06-15 10:35:45 +00:00
parent f4fb2c1ab0
commit fe8991b7fa
10 changed files with 115 additions and 70 deletions

View File

@@ -77,7 +77,7 @@ namespace boost
/**
* @return the owned mutex.
*/
const mutex_type* mutex() const BOOST_NOEXCEPT
mutex_type* mutex() const BOOST_NOEXCEPT
{
return &mtx_;
}
@@ -182,7 +182,7 @@ namespace boost
/**
* return @c the owned mutex.
*/
const mutex_type* mutex() const BOOST_NOEXCEPT
mutex_type* mutex() const BOOST_NOEXCEPT
{
return tmp_lk_.mutex();
}