Re: Re: [C++-0x] User-defined literals.

2010-10-04 Thread 3dw4rd
Oct 4, 2010 11:26:15 AM, ja...@redhat.com wrote: >On 09/17/2010 02:25 AM, Ed Smith-Rowland wrote: >> I am slowly working on user defined literals for C++-0x. > >Thanks! Please send future patches to gcc-patches and me directly. > >Looking over your patch, I see you're doing a significant amount o

Re: Re: [C++-0x] User-defined literals.

2010-09-21 Thread Rodrigo Rivas
> I'm holding out for rolling back the lexer in some way that won't break > everything and emitting the (unrecognized by cpp ) suffix as a separate > identifier token.  I'm thinking the cp_lexer_* routines or maybe a new one in > parser.c would be worth trying.  Then the code I have now would ju

Re: Re: [C++-0x] User-defined literals.

2010-09-21 Thread 3dw4rd
Sep 21, 2010 03:56:25 PM, rodrigorivasco...@gmail.com wrote: >> 3. The big one: Getting the integer(long long) and float(long double) >> suffixes that are not used by gcc out of the preprocessor. Then we >can >> build the calls. > >Just my two cents: >Add an output parameter to the function "