Doing a quick look into the code, the Makefile uses TINYXML_USE_STL := NO, meanwhile, SContruct uses useSTL=1 and there is the msvc file tinyxmlSTL.vcxproj too.
I read in the changelog that STL had bugs until the version 2.2.0 so I guess is mature enough now.
So I asking if should I use STL activated by default.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Doing a quick look into the code, the Makefile uses
TINYXML_USE_STL := NO
, meanwhile, SContruct usesuseSTL=1
and there is the msvc file tinyxmlSTL.vcxproj too.I read in the changelog that STL had bugs until the version 2.2.0 so I guess is mature enough now.
So I asking if should I use STL activated by default.