fixes for array when not using member features.

This commit is contained in:
2024-12-02 02:11:49 -05:00
parent 2dcc968c39
commit 9b68791e38
4 changed files with 9 additions and 5 deletions

View File

@ -298,7 +298,7 @@ char const* type_str ( AST& self ) { return type_str( & self ); }
*/
struct AST
{
#if GEN_SUPPORT_CPP_MEMBER_FEATURES
#if GEN_SUPPORT_CPP_MEMBER_FEATURES || 1
# pragma region Member Functions
void append ( AST* other ) { GEN_NS append(this, other); }
char const* debug_str () { return GEN_NS debug_str(this); }