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

ircd: Remove unnecessary lexical template specialization declaration.

This commit is contained in:
Jason Volk 2017-08-14 17:11:10 -06:00
parent 0149610bb2
commit 77900b61af

View file

@ -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 &);