Re: [PATCH] PR C++/60209 - Declaration of user-defined literal operator cause error
OK. Jason
[PATCH] PR C++/60209 - Declaration of user-defined literal operator cause error
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
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