util/Error: add bridge to std::exception

This commit is contained in:
Max Kellermann
2015-12-18 00:24:43 +01:00
parent 51168169e7
commit 1098d271b8
3 changed files with 34 additions and 3 deletions

View File

@@ -29,9 +29,6 @@
#include <string.h>
#include <errno.h>
/** Domain for std::exception */
static constexpr Domain exception_domain("exception");
void
LogFormatV(const Domain &domain, LogLevel level, const char *fmt, va_list ap)
{