Comment 1 for bug 622333

Revision history for this message
Luís Oliveira (luismbo) wrote :

On Fri, Apr 30, 2010 at 9:13 PM, Stelian Ionescu <email address hidden> wrote:
> The auto-detection of a macro's type doesn't work for values whose
> integer-length is 64. My options are two: either I require the user to
> specify the type, or I switch the groveler to C++ : iostream is
> polymorphic so cout << CONSTANT will do the right thing. My preference
> goes to C++, what do you think ?

I'm leaning towards optionally letting the user specify the type. Is that possible?