cppIncludeGuard
cppIncludeGuard copied to clipboard
Is it possible to specify a directory separator with path and keep the case of the path/file name?
I want to have a file like Some/Dir/file.h to have a guard like GUARD__Some__Dir__file_h__. The closest I've been able to get so far is GUARD_SOME_DIR_FILE_H__.
I created a pr to make this an option. https://github.com/AkiraMiyakoda/cppIncludeGuard/pull/442