mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
feature completeness for ZAM
This commit is contained in:
parent
65a7e3de5f
commit
ecc93606c4
5 changed files with 66 additions and 29 deletions
|
@ -77,6 +77,12 @@ void CPPCompile::Compile(bool report_uncompilable)
|
|||
continue;
|
||||
}
|
||||
|
||||
if ( is_when_lambda(f) )
|
||||
{
|
||||
func.SetSkip(true);
|
||||
continue;
|
||||
}
|
||||
|
||||
const char* reason;
|
||||
if ( IsCompilable(func, &reason) )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue