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

2014-07-12 Thread Ed Smith-Rowland
/ 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 literals. Use the full string parser

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

2014-07-12 Thread Jason Merrill
OK. Jason

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

2014-07-03 Thread Ed Smith-Rowland
/ 2014-07-03 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 literals. Use the full string parser