* constexpr.c (potential_constant_expression_1): Allow 'this' capture.
authorJason Merrill <jason@redhat.com>
Fri, 9 Jun 2017 20:13:32 +0000 (16:13 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 9 Jun 2017 20:13:32 +0000 (16:13 -0400)
commit948d0d9137b8df8320cae815fd8b8aba86bcc160
treeb6f7acf652453119e823b0a90ab801b27f028f01
parenta1f427e9a5750602aca0419f947d1612729b5793
* constexpr.c (potential_constant_expression_1): Allow 'this' capture.

From-SVN: r249077
gcc/cp/ChangeLog
gcc/cp/constexpr.c
gcc/testsuite/g++.dg/cpp1z/lambda-this3.C [new file with mode: 0644]