* Minor ChangeLog adjustments.
From-SVN: r212584
2014-07-13 Edward Smith-Rowland <3dw4rd@verizon.net>
PR C++/60209 - Declaration of user-defined literal operator cause error
- * cp/parser.c (cp_parser_operator()): Fold treatment of strings
+ * parser.c (cp_parser_operator): Fold treatment of strings
and user-defined string literals. Use the full string parser.
- (cp_parser_string_literal()): Add flag to not look for literal operator.
+ (cp_parser_string_literal): Add flag to not look for literal operator.
2014-07-11 Jason Merrill <jason@redhat.com>