reduction on debug_str

This commit is contained in:
2024-12-02 00:10:24 -05:00
parent 937235b776
commit 37c33ffb3e
4 changed files with 14 additions and 212 deletions

View File

@ -168,7 +168,7 @@ struct Code
{
# define Using_Code( Typename ) \
char const* debug_str(); \
char const* debug_str() { return GEN_NS debug_str(*this); } \
Code duplicate(); \
bool is_equal( Code other ); \
bool is_body(); \