provide ~future_error() definition

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@134663 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant 2011-07-08 00:04:40 +00:00
parent cb05a0801a
commit 043fe1d931

View File

@ -59,6 +59,10 @@ future_error::future_error(error_code __ec)
{
}
future_error::~future_error() _NOEXCEPT
{
}
void
__assoc_sub_state::__on_zero_shared() _NOEXCEPT
{