Sorry for this silly question, but is there any way to restrict using directives to the current file so that they don’t propagate to the files that #include this file?
Sorry for this silly question, but is there any way to restrict using directives
Share
Perhaps wrapping the code to be included inside its own namespace could achieve the behavior
you want, since name spaces have scope affect.
and in some other file