C++ compilation with xbob.buildout is not C++11 compatible?

Created by: siebenkopf

When I try to use some C++11 features (like the auto keyword) and compile this using the xbob.buildout:develop recipe, I get the following warning/error message:

warning: ‘auto’ changes meaning in C++11; please remove it [-Wc++0x-compat]

which is accompanied by more error messages that the variable (the type of which auto should guess) is not known.

Is there (maybe) any way to get the C++11 features enabled?