Make std::pair trivial

This commit is contained in:
Justine Tunney 2024-01-09 09:51:59 -08:00
parent 5d80e8dbf6
commit fd75fd1467
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
6 changed files with 74 additions and 2 deletions

View file

@ -1196,6 +1196,7 @@ __cxa_call_unexpected(void* arg)
}
else
{
ttypeIndex = 0; // TODO(jart): why?
t_handler = std::get_terminate();
u_handler = std::get_unexpected();
}