junmocklee
Results
1
comments of
junmocklee
It's old issue, but I think it can be helpful. It works: ``` #include "tinyxml2.h" #include using namespace tinyxml2; ``` It does not work; ``` #include "tinyxml2.h" using namespace tinyxml2;...