-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It is horrible practice to put
using namespace std;into header files. It's bad practice altogether to use namespace std, but using namespace is a very bad idea in header files. Because you don't know where it might end up being included. And since #include is basically a code copy and paste, very bad results may occur.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels