commit | 5e0c52138be00c8c1ad1fe10b38c696668284c4d | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Fri Jul 08 00:04:40 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Fri Jul 08 00:04:40 2011 +0000 |
tree | 39b48a103d7e2d103fce4938083bf88028360c1e | |
parent | 920b4a20bd968ce594eda400b08f865267079e0a [diff] [blame] |
provide ~future_error() definition llvm-svn: 134663 Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project Cr-Mirrored-Commit: 3aa229f7dca58676e2a4f143387fb0b53e2b783d
diff --git a/src/future.cpp b/src/future.cpp index 98c7805..4c3a3fa 100644 --- a/src/future.cpp +++ b/src/future.cpp
@@ -59,6 +59,10 @@ { } +future_error::~future_error() _NOEXCEPT +{ +} + void __assoc_sub_state::__on_zero_shared() _NOEXCEPT {