[VS2010] Locally define std::to_string on VS2010 as well as android
This commit is contained in:
parent
ab44ba757e
commit
bf2c88b6d1
@ -51,7 +51,7 @@
|
|||||||
#define UINT_PTR uintptr_t
|
#define UINT_PTR uintptr_t
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __ANDROID__
|
#if defined(__ANDROID__) || _MSC_VER < 1700
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
namespace std {
|
namespace std {
|
||||||
template<typename T>
|
template<typename T>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user