mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 15:52:13 +00:00
Argument-dependent lookup will not find to_string() overloads in the global namespace if the argument and the caller are in other namespaces. Move these to_string() overloads to std:: so ADL will find them. Found by clang.