diff options
Diffstat (limited to 'libcxx/src')
-rw-r--r-- | libcxx/src/future.cpp | 4 |
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 { |