-
- Downloads
interrupt: drop 'using namespace' from header
The whole idea of namespaces is to prevent namespace pollution, using a "using namespace" in a header negates that. Remove.
Please register or sign in to comment
The whole idea of namespaces is to prevent namespace pollution, using a "using namespace" in a header negates that. Remove.