[VS2010] Locally define std::to_string on VS2010 as well as android

This commit is contained in:
baldurk 2016-05-17 01:23:57 +02:00
parent ab44ba757e
commit bf2c88b6d1

View File

@ -51,7 +51,7 @@
#define UINT_PTR uintptr_t
#endif
#ifdef __ANDROID__
#if defined(__ANDROID__) || _MSC_VER < 1700
#include <sstream>
namespace std {
template<typename T>