Closed
Description
In the code there is using namespace
in headers which causes mixture of namespcaes.
As a C++ developer I wouldn't expect to see using namespace
in the C++ code especially in library and/or headers that are used by multiple users.