mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
skip type signatures for lambdas
This commit is contained in:
parent
474a2edc98
commit
53342fdd29
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue