mirror of
https://github.com/NixOS/nix
synced 2025-06-26 11:41:15 +02:00
replaced uncaught_exception with uncaught_exceptions
This commit is contained in:
parent
29542865ce
commit
c9d06558b6
3 changed files with 3 additions and 3 deletions
|
@ -173,7 +173,7 @@ JSONObject JSONPlaceholder::object()
|
|||
|
||||
JSONPlaceholder::~JSONPlaceholder()
|
||||
{
|
||||
assert(!first || std::uncaught_exception());
|
||||
assert(!first || std::uncaught_exceptions());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue