mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-03 20:31:03 -07:00
reduction on debug_str
This commit is contained in:
@ -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(); \
|
||||
|
Reference in New Issue
Block a user