Skip to content

Commit 3808d88

Browse files
committed
Fix broken friend
1 parent ddbbe97 commit 3808d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__exception/exception_ptr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class _LIBCPP_EXPORTED_FROM_ABI exception_ptr {
6363
static exception_ptr __from_native_exception_pointer(void*) _NOEXCEPT;
6464

6565
template <class _Ep>
66-
friend _LIBCPP_HIDE_FROM_ABI exception_ptr make_exception_ptr(_Ep) _NOEXCEPT;
66+
friend _LIBCPP_HIDE_FROM_ABI exception_ptr __make_exception_ptr_explicit(_Ep&) _NOEXCEPT;
6767

6868
public:
6969
// exception_ptr is basically a COW string so it is trivially relocatable.

0 commit comments

Comments
 (0)