From 95f67312cfd9b07562633415972167880da4f76e Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 25 Sep 2017 19:42:11 -0700 Subject: [PATCH] ircd: This exception is already named in the boost what() string. --- include/ircd/lexical.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ircd/lexical.h b/include/ircd/lexical.h index bc2af538c..324a0d7ae 100644 --- a/include/ircd/lexical.h +++ b/include/ircd/lexical.h @@ -28,7 +28,7 @@ // namespace ircd { - IRCD_EXCEPTION(ircd::error, bad_lex_cast) + IRCD_EXCEPTION_HIDENAME(ircd::error, bad_lex_cast) template bool try_lex_cast(const string_view &); template<> bool try_lex_cast(const string_view &); // stub always true