mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +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;
|
func_index[fname] = cast;
|
||||||
|
|
||||||
if ( casting_index.count(cast) == 0 )
|
if ( ! l && casting_index.count(cast) == 0 )
|
||||||
{
|
{
|
||||||
casting_index[cast] = func_casting_glue.size();
|
casting_index[cast] = func_casting_glue.size();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue