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 8a1a9cf commit 32a85ddCopy full SHA for 32a85dd
libcxx/modules/std/exception.inc
@@ -18,6 +18,7 @@ export namespace std {
18
using std::rethrow_exception;
19
using std::rethrow_if_nested;
20
using std::set_terminate;
21
+ using std::swap;
22
using std::terminate;
23
using std::terminate_handler;
24
using std::throw_with_nested;
0 commit comments