Index: trunk/extensions/AbuseFilter/parser_native/include/functors.h |
— | — | @@ -104,7 +104,7 @@ |
105 | 105 | T operator() (T) const { |
106 | 106 | std::string s(str(boost::format( |
107 | 107 | "operator %s cannot be applied to the type '%s'") |
108 | | - % opname_ % typeid(T).name())); |
| 108 | + % opname_ % type_name<T>::name())); |
109 | 109 | |
110 | 110 | throw type_error(s); |
111 | 111 | } |