mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Use std::uncaught_exceptions()
Also remove wrong attributes
This commit is contained in:
parent
ea4a3b2476
commit
d750e955c3
3 changed files with 6 additions and 6 deletions
|
|
@ -1837,7 +1837,7 @@ void thread_ctrl::join()
|
|||
m_jcv.wait(lock);
|
||||
}
|
||||
|
||||
if (UNLIKELY(m_exception && !std::uncaught_exception()))
|
||||
if (UNLIKELY(m_exception && !std::uncaught_exceptions()))
|
||||
{
|
||||
std::rethrow_exception(m_exception);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue