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:
parent
cb05a0801a
commit
043fe1d931
@ -59,6 +59,10 @@ future_error::future_error(error_code __ec)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
future_error::~future_error() _NOEXCEPT
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
__assoc_sub_state::__on_zero_shared() _NOEXCEPT
|
__assoc_sub_state::__on_zero_shared() _NOEXCEPT
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user