[C++-11] User defined literals

Ed Smith-Rowland 3dw4rd@verizon.net
Tue Sep 13 15:36:00 GMT 2011


Greetings,

Here is another iteration of the user-defined literals patch.

Small fixes relative to msg01614.html.

I need to build a TEMPLATE_ID_EXPR whenever I encounter 1234_suffix.
I need to construct a call
   operator"" _suffix<'1','2','3','4'>();

Is make_char_string_pack (const char* str) in cp/parser.c right?

Ed Smith-Rowland

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch14
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110913/3332d316/attachment.ksh>


More information about the Gcc-patches mailing list