I have read a lot about avoiding the usage of using namespace
due to the possibility of conflicting calls from different libraries.
So my question is whether or not this problem remains if I use only 1 such using namespace
in my header, but I use more than 1 library? In other words are there any problems other than conflicting library calls.