diff options
| author | David Chisnall <theraven@FreeBSD.org> | 2012-03-13 14:09:15 +0000 |
|---|---|---|
| committer | David Chisnall <theraven@FreeBSD.org> | 2012-03-13 14:09:15 +0000 |
| commit | 362d815b81e2b4b66c33b99203d821b8928607e1 (patch) | |
| tree | 491848d33dbdf1751fd52f321d3fbf70a8e616f2 /include/__mutex_base | |
| parent | 1828c5696f7bf5850943ea6c660a493a5e648669 (diff) | |
Diffstat (limited to 'include/__mutex_base')
| -rw-r--r-- | include/__mutex_base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/__mutex_base b/include/__mutex_base index 55687659a03a..5410272b4c99 100644 --- a/include/__mutex_base +++ b/include/__mutex_base @@ -207,7 +207,7 @@ public: _LIBCPP_INLINE_VISIBILITY bool owns_lock() const {return __owns_;} _LIBCPP_INLINE_VISIBILITY -// explicit + _LIBCPP_EXPLICIT operator bool () const {return __owns_;} _LIBCPP_INLINE_VISIBILITY mutex_type* mutex() const {return __m_;} |
