template <> inline Stream& operator%(Stream& s, FooType& x) { int n = x; s % n; x = (FooType)n; return s; }
Report message to a moderator