diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-10-09 23:04:11 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-10-09 23:04:11 +0200 |
commit | 55bba8e4f51758e6c0556b24743e6946c96f6d92 (patch) | |
tree | 0441d57dc4257ddeea7e9af41200eea50349a82c /src/libutil/json.hh | |
parent | 926d3e5bb0ca696ab59352b25d0a818707a28186 (diff) |
Make std::uncaught_exception warning less noisy
Diffstat (limited to 'src/libutil/json.hh')
-rw-r--r-- | src/libutil/json.hh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libutil/json.hh b/src/libutil/json.hh index 02a39917f..83213ca66 100644 --- a/src/libutil/json.hh +++ b/src/libutil/json.hh @@ -168,10 +168,7 @@ public: { } - ~JSONPlaceholder() - { - assert(!first || std::uncaught_exception()); - } + ~JSONPlaceholder(); template<typename T> void write(const T & v) |