Does arm-linux-gnueabihf-g++ have reliable C++0x support

Ale*_*x F 1 c++ arm cross-compiling embedded-linux c++11

I tried to use arm-linux-gnueabihf-g++ compiler (from g++-arm-linux-gnueabihf package) to compile simple program with lambda expressions, with -std=c++0x switch. It works. Does anybody have experience using C++0x features with this compiler? I want to know, whether this support is reliable and safe for use.

The package is from Ubuntu repository, OS is updated (12.04 32 bits). Version: arm-linux-gnueabihf-g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3

Nik*_* C. 9

使用该--version标志获取GCC版本.然后,查阅C++ - 11特征矩阵,了解您可以在该特定版本上使用哪些功能.