Remove invalid function overload

This commit is contained in:
G.H.O.S.T 2024-12-27 01:45:22 +01:00
parent eae4a7cfa8
commit cf503e6bfa
Signed by: G.H.O.S.T
GPG Key ID: 3BD93EABD1407B82

View File

@ -18,13 +18,6 @@ namespace code::json
write(o, marshal(model));
}
template<typename T>
void
serialize(std::ostream&& o, T const& model)
{
serialize(o, model);
}
template<typename T>
std::string
serialize(T const& model)