C++11的新特性std::to_string cocos2dx3.2不支持?

在cocos2dx3.2中使用了c++11的新特性std::to_string,Xcode中可以正常运行,但是在Eclipse中编译不通过,提示to_string is not a member of std,是ndk不支持c++11的新特性么,还是哪里配置有问题,360度侧空翻求指导求教育。。。。。

用的gcc是哪个版本?不同的编译器对C++11的支持也不相同,我记得ndkr9d的话可以指定gcc4.9吧,试试看楼主