cpp feature reduction usage in parser

This commit is contained in:
2024-12-03 09:31:27 -05:00
parent 63ebd0d094
commit a7c9dad9fd
8 changed files with 531 additions and 513 deletions

View File

@ -499,7 +499,7 @@ CodeConstructor def_constructor( Opts_def_constructor p )
{
CodeParam params = p.params;
Code initializer_list = p.initializer_list;
Code body = p.body;
Code body = p.body;
if ( params && params->Type != ECode::Parameters )
{