|
feisty meow concerns codebase
2.140
|
Provides missing language features in C++. More...
#include <enhance_cpp.h>


Provides missing language features in C++.
The most noticeable missing thing in C++ when trying to build debugging and tracking subsystems with it is reflection. This header attempts to ameliorate some of the worst missing parts, such as the fact that a function cannot get its own name, and other really helpful features.
Definition at line 31 of file enhance_cpp.h.