mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-12 00:25:43 -07:00
cpp feature reduction usage in parser
This commit is contained in:
@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user