We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbbe97 commit 3808d88Copy full SHA for 3808d88
libcxx/include/__exception/exception_ptr.h
@@ -63,7 +63,7 @@ class _LIBCPP_EXPORTED_FROM_ABI exception_ptr {
63
static exception_ptr __from_native_exception_pointer(void*) _NOEXCEPT;
64
65
template <class _Ep>
66
- friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
+ friend _LIBCPP_HIDE_FROM_ABI exception_ptr __make_exception_ptr_explicit(_Ep&) _NOEXCEPT;
67
68
public:
69
// exception_ptr is basically a COW string so it is trivially relocatable.
0 commit comments