Why do you need unique guards? The reason why header guards are used is
to prevent multiple inclusion of a file so the macros are based on the
file name.

For example, foo.h would have:

#ifndef FOO_H
#define FOO_H

#endif

Sorry if this isn't very helpful, but I don't see why you would need
unique guards.

Regards,

Ryan Mansfield

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to