Closed GoogleCodeExporter closed 8 years ago
In the current revision, the emitter has a function
template<typename T> Emitter& Emitter::WriteIntegralType(T);
(This kind of function is actually all any of the operator << overloads call.) I
didn't overload operator << for any long long types, but you can just call
WriteIntegralType to get that functionality.
(N.B. I'm a little hesitant to overload with long long types, since they're not
in
the C++ standard.)
Original comment by jbe...@gmail.com
on 10 Mar 2010 at 11:06
Original issue reported on code.google.com by
klim...@gmail.com
on 10 Mar 2010 at 9:16