mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-05 21:25:44 -07:00
Adjustment to AST::is_equal based on issues found with last CS.
Defined check_member_content, will spit out the strings if they aren't equivalent so the user can verify for themselves if its correct.
This commit is contained in:
@ -4502,7 +4502,7 @@ CodeType parse_type( bool* is_function )
|
||||
brute_sig.Length = ( (sptr)prevtok.Text + prevtok.Length ) - (sptr)brute_sig.Text;
|
||||
is_first_capture = false;
|
||||
}
|
||||
|
||||
|
||||
bool is_param_pack = false;
|
||||
if ( check(TokType::Varadic_Argument) )
|
||||
{
|
||||
@ -4534,7 +4534,7 @@ CodeType parse_type( bool* is_function )
|
||||
|
||||
if ( attributes )
|
||||
result->Attributes = attributes;
|
||||
|
||||
|
||||
if ( is_param_pack )
|
||||
result->IsParamPack = true;
|
||||
|
||||
|
Reference in New Issue
Block a user