| commit | 459001047329b44ec5245a9a3e0cdcb5669384a9 | [log] [tgz] |
|---|---|---|
| author | Howard Hinnant <hhinnant@apple.com> | Fri Jun 03 17:30:28 2011 +0000 |
| committer | Howard Hinnant <hhinnant@apple.com> | Fri Jun 03 17:30:28 2011 +0000 |
| tree | 3729b8bded46d40ccce161e9a60f17be85917fef | |
| parent | 354b2a25f3e9639fb019839b1a325de96fc360f1 [diff] [blame] |
noexcept for <list>. llvm-svn: 132562
diff --git a/libcxx/include/forward_list b/libcxx/include/forward_list index 2387bce..aae3317 100644 --- a/libcxx/include/forward_list +++ b/libcxx/include/forward_list
@@ -160,7 +160,7 @@ template <class T, class Allocator> void swap(forward_list<T, Allocator>& x, forward_list<T, Allocator>& y) - noexcept(x.swap(y)); + noexcept(noexcept(x.swap(y))); } // std