Closed akash246 closed 4 years ago
I personally don't like to use the using namespace directive, specially in header files as code including such header will also (unintentionally/inadvertedly) using the std namespace.
I personally don't like to use the using namespace directive, specially in header files as code including such header will also (unintentionally/inadvertedly) using the std namespace.