Some conversion replacements:
author Naram Qashat
()
committer Naram Qashat
()
commit 4f88cb5572c380153a49f99afb7193575e8692e4
tree 9227103633065a0e5b2fdd9fb76b6b2058dedb43
parent 21c14cdc0d29d64ebaa19cb1d208672c0d277577
Some conversion replacements:

* Replace the (w)stringify functions with the standard std::to_(w)string functions.
* Replace convertTo with versions that use type_traits to determine which standard string conversion function to call, as well as handle enums specically.
14 files changed:
src/in_2sf/XSFConfig_2SF.cpp
src/in_2sf/XSFPlayer_2SF.cpp
src/in_gsf/XSFPlayer_GSF.cpp
src/in_ncsf/SSEQPlayer/SDAT.cpp
src/in_ncsf/XSFConfig_NCSF.cpp
src/in_ncsf/XSFPlayer_NCSF.cpp
src/in_snsf/XSFConfig_SNSF.cpp
src/in_snsf/XSFPlayer_SNSF.cpp
src/in_xsf_framework/XSFConfig.cpp
src/in_xsf_framework/XSFConfig.h
src/in_xsf_framework/XSFFile.cpp
src/in_xsf_framework/XSFFile.h
src/in_xsf_framework/convert.h
src/in_xsf_framework/in_xsf.cpp