0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 20:28:52 +02:00

ircd: This exception is already named in the boost what() string.

This commit is contained in:
Jason Volk 2017-09-25 19:42:11 -07:00
parent 816b5125b2
commit 95f67312cf

View file

@ -28,7 +28,7 @@
//
namespace ircd
{
IRCD_EXCEPTION(ircd::error, bad_lex_cast)
IRCD_EXCEPTION_HIDENAME(ircd::error, bad_lex_cast)
template<class T> bool try_lex_cast(const string_view &);
template<> bool try_lex_cast<std::string>(const string_view &); // stub always true