Re: [PATCH] PR C++/60209 - Declaration of user-defined literal operator cause error

2014-07-12 Thread Jason Merrill
OK. Jason

[PATCH] PR C++/60209 - Declaration of user-defined literal operator cause error

2014-07-12 Thread Ed Smith-Rowland
9 even when it opens. cp/ 2014-07-12 Edward Smith-Rowland <3dw...@verizon.net> PR C++/60209 - Declaration of user-defined literal operator cause error * cp/parser.c (cp_parser_operator()): Fold treatment of strings and user-defined string litera

PR C++/60209 - Declaration of user-defined literal operator cause error

2014-07-03 Thread Ed Smith-Rowland
r" } +operator L"*"_Ls(unsigned long long) // { dg-error "expected empty string after 'operator'" } { return 0; } int -operator u"*"_s16(unsigned long long) // { dg-error "invalid encoding prefix in literal operator" } +operator u&quo