commit | ac6de546bd30d11eba9b1be40f7dc21cda6fa029 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Thu Jul 07 21:03:52 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Thu Jul 07 21:03:52 2011 +0000 |
tree | d9bb3cd3b1878ba844dded8d8b265d68fc522669 | |
parent | 12c3d374a5ecbaf1156c84f33efd1faf4afad102 [diff] [blame] |
Fixing up some ABI issues git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@134639 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/future b/include/future index 48b84cf..9f3780b 100644 --- a/include/future +++ b/include/future
@@ -452,6 +452,8 @@ _LIBCPP_INLINE_VISIBILITY const error_code& code() const throw() {return __ec_;} + + virtual ~future_error() _NOEXCEPT; }; class __assoc_sub_state