mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Make std::pair trivial
This commit is contained in:
parent
5d80e8dbf6
commit
fd75fd1467
6 changed files with 74 additions and 2 deletions
1
third_party/libcxxabi/cxa_personality.cc
vendored
1
third_party/libcxxabi/cxa_personality.cc
vendored
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue