Commit bf2c88b6 by baldurk

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

parent ab44ba75
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment