summaryrefslogtreecommitdiffstats
path: root/src/future.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-07-08 00:04:40 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-07-08 00:04:40 +0000
commit043fe1d93123ac56405165baff70c24d0a67bb33 (patch)
tree39b48a103d7e2d103fce4938083bf88028360c1e /src/future.cpp
parentcb05a0801a6273fb850cc4cb3430702ea2a3c101 (diff)
downloadexternal_libcxx-043fe1d93123ac56405165baff70c24d0a67bb33.tar.gz
external_libcxx-043fe1d93123ac56405165baff70c24d0a67bb33.tar.bz2
external_libcxx-043fe1d93123ac56405165baff70c24d0a67bb33.zip
provide ~future_error() definition
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@134663 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src/future.cpp')
-rw-r--r--src/future.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/future.cpp b/src/future.cpp
index 98c78055c..4c3a3fa8b 100644
--- a/src/future.cpp
+++ b/src/future.cpp
@@ -59,6 +59,10 @@ future_error::future_error(error_code __ec)
{
}
+future_error::~future_error() _NOEXCEPT
+{
+}
+
void
__assoc_sub_state::__on_zero_shared() _NOEXCEPT
{