Is there a way to prevent a header file without header guards from being included at all at compile time?
I am trying to ban the inclusion of a list of header files from a source file, and thus preventing the dependency on classes defined in those headers.
Is there a way to prevent a header file without header guards from being included at all at compile time?
I am trying to ban the inclusion of a list of header files from a source file, and thus preventing the dependency on classes defined in those headers.