diff --git a/include/util/strong_typedef.hpp b/include/util/strong_typedef.hpp index 911194443..2353640e4 100644 --- a/include/util/strong_typedef.hpp +++ b/include/util/strong_typedef.hpp @@ -38,7 +38,7 @@ namespace osrm }; \ inline std::ostream &operator<<(std::ostream &stream, const To &inst) \ { \ - return stream << #To << '(' << inst.x << ')'; \ + return stream << inst.x; \ } #define OSRM_STRONG_TYPEDEF_HASHABLE(From, To) \