ifndef define in namespace code example
Example: ifndef define in namespace
// ifdef_ifndef.CPP
// compile with: /Dtest /c
#ifndef test
#define final
#endif
// ifdef_ifndef.CPP
// compile with: /Dtest /c
#ifndef test
#define final
#endif