summaryrefslogtreecommitdiffstats
path: root/libcxx/src/future.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/src/future.cpp')
-rw-r--r--libcxx/src/future.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/src/future.cpp b/libcxx/src/future.cpp
index 98c78055ca9..4c3a3fa8b98 100644
--- a/libcxx/src/future.cpp
+++ b/libcxx/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
{
OpenPOWER on IntegriCloud