1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

Revert "std::uncaught_exception() -> std::uncaught_exceptions()"

This reverts commit 6b83174fff because
it doesn't work on macOS yet.

https://hydra.nixos.org/build/102617587
This commit is contained in:
Eelco Dolstra 2019-10-04 16:34:59 +02:00
parent 15e70c662e
commit 93b1ce1ac5
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 3 additions and 3 deletions

View file

@ -170,7 +170,7 @@ public:
~JSONPlaceholder()
{
assert(!first || std::uncaught_exceptions());
assert(!first || std::uncaught_exception());
}
template<typename T>