diff options
Diffstat (limited to 'libcxx/modules/std/exception.inc')
| -rw-r--r-- | libcxx/modules/std/exception.inc | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/modules/std/exception.inc b/libcxx/modules/std/exception.inc index 02b0f80..3dbc011 100644 --- a/libcxx/modules/std/exception.inc +++ b/libcxx/modules/std/exception.inc @@ -18,6 +18,7 @@ export namespace std {    using std::rethrow_exception;    using std::rethrow_if_nested;    using std::set_terminate; +  using std::swap;    using std::terminate;    using std::terminate_handler;    using std::throw_with_nested;  | 
