Fix ChangeLog

From-SVN: r269976
This commit is contained in:
Jason Merrill 2019-03-27 15:26:17 -04:00
parent 03bed1538f
commit fad170232c

View file

@ -1,6 +1,6 @@
2019-03-27 Jason Merrill <jason@redhat.com>
PR c++/89241 - ICE with lambda in template parameter list.
PR c++/89421 - ICE with lambda in template parameter list.
* parser.c (cp_parser_lambda_expression): Also reject a lambda in a
template parameter list before C++20.
* pt.c (type_dependent_expression_p): True for LAMBDA_EXPR.