Even the newest gcc version has only experimental full c++11 support. Our Raspberry Pi cross-toolchain uses gcc version 4.6.3, as such it has only limited support for some c++0x features as listed at http://gcc.gnu.org/gcc-4.6/cxx0x_status.html .
Add -std=c++0x to CFLAGS to enable support.