Skip to content

Commit 32a85dd

Browse files
committed
Fix modules build
1 parent 8a1a9cf commit 32a85dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/modules/std/exception.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export namespace std {
1818
using std::rethrow_exception;
1919
using std::rethrow_if_nested;
2020
using std::set_terminate;
21+
using std::swap;
2122
using std::terminate;
2223
using std::terminate_handler;
2324
using std::throw_with_nested;

0 commit comments

Comments
 (0)