mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
ircd: Remove unnecessary lexical template specialization declaration.
This commit is contained in:
parent
0149610bb2
commit
77900b61af
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ template<> std::string &lex_cast(std::string &); // tri
|
|||
template<> std::string lex_cast(const std::string &); // trivial
|
||||
template<> std::string_view lex_cast(const std::string_view &); // trivial
|
||||
template<> std::string lex_cast(const string_view &); // trivial
|
||||
template<> string_view lex_cast(const string_view &); // trivial
|
||||
template<> long double lex_cast(const string_view &);
|
||||
template<> double lex_cast(const string_view &);
|
||||
template<> ulong lex_cast(const string_view &);
|
||||
|
|
Loading…
Reference in a new issue