skip type signatures for lambdas

This commit is contained in:
Vern Paxson 2021-12-10 09:27:58 -08:00
parent 474a2edc98
commit 53342fdd29

View file

@ -69,7 +69,7 @@ void CPPCompile::CreateFunction(const FuncTypePtr& ft, const ProfileFunc* pf, co
func_index[fname] = cast;
if ( casting_index.count(cast) == 0 )
if ( ! l && casting_index.count(cast) == 0 )
{
casting_index[cast] = func_casting_glue.size();