by definition macros in C++ don’t support inheritance. It doesn’t make sense. What macro does is pure text copy and paste before compile time.
by definition macros in C++ don’t support inheritance. It doesn’t make sense. What macro does is pure text copy and paste before compile time.