mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
ircd: This exception is already named in the boost what() string.
This commit is contained in:
parent
816b5125b2
commit
95f67312cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue