commit | ec3773c2dadbeadfc5def927116c2ee9d9c53066 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Thu Dec 01 20:21:04 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Thu Dec 01 20:21:04 2011 +0000 |
tree | 556cfdc9a9d1d6cb484a88a2771ed9c92c13037a | |
parent | 9996844df0f22a68a1af6d30c611be1f1ebf1486 [diff] [blame] |
Quash a whole bunch of warnings git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@145624 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/exception b/include/exception index ae78f89..dcef3e5 100644 --- a/include/exception +++ b/include/exception
@@ -239,7 +239,7 @@ template <class _Ep> inline _LIBCPP_INLINE_VISIBILITY void -rethrow_if_nested(const _Ep& __e, typename enable_if< +rethrow_if_nested(const _Ep&, typename enable_if< !is_polymorphic<_Ep>::value >::type* = 0) {