Remove using std::XXX from headers
This is a bad practice to have using in headers because it pollutes the namespace of any user of that header.
Loading
Please sign in to comment
This is a bad practice to have using in headers because it pollutes the namespace of any user of that header.