Support nested generic lambdas.
authorabutcher <abutcher@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Sep 2013 22:43:15 +0000 (22:43 +0000)
committerabutcher <abutcher@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Sep 2013 22:43:15 +0000 (22:43 +0000)
commit4c0924efd8f9cfb548e09532eb7d471ab815549b
treea010bc8a9aee168ef68cc54a9518e2c3b16dad30
parent3aa9485fbccd490387a026e7ccc0d8c2e2a50f5a
Support nested generic lambdas.

* lambda.c (maybe_add_lambda_conv_op): Don't check for instantiated
callop in the case of generic lambdas.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202848 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/lambda.c