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.
swap
1 parent 3c910b8 commit 510786cCopy full SHA for 510786c
libcxx/include/__exception/exception_ptr.h
@@ -62,6 +62,8 @@ _LIBCPP_BEGIN_UNVERSIONED_NAMESPACE_STD
62
63
#ifndef _LIBCPP_ABI_MICROSOFT
64
65
+inline _LIBCPP_HIDE_FROM_ABI void swap(exception_ptr& __x, exception_ptr& __y) _NOEXCEPT;
66
+
67
class _LIBCPP_EXPORTED_FROM_ABI exception_ptr {
68
void* __ptr_;
69
0 commit comments