I have two global classes with public constant attributes defined. Each references one of the other's constants in their public header. This causes a syntax error in one of the classes. Is there a problem with doing this?
↧
I have two global classes with public constant attributes defined. Each references one of the other's constants in their public header. This causes a syntax error in one of the classes. Is there a problem with doing this?