diff options
Diffstat (limited to 'libcxx/include/functional')
| -rw-r--r-- | libcxx/include/functional | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/functional b/libcxx/include/functional index 8f912fb0f19..f941df261fe 100644 --- a/libcxx/include/functional +++ b/libcxx/include/functional @@ -1163,7 +1163,7 @@ public: // function capacity: _LIBCPP_INLINE_VISIBILITY - /*explicit*/ operator bool() const _NOEXCEPT {return __f_;} + _LIBCPP_EXPLICIT operator bool() const _NOEXCEPT {return __f_;} // deleted overloads close possible hole in the type system template<class _R2, class... _ArgTypes2> |

