Hello,
Thanks for the feedback.
You solution is however not acceptable. The flag we already support is to have :
Have g++ follow the coming C++0x ISO C++ language standard"
Your flag I think is not, and allows gnu extension to be added, and these extensions are not standard.
So replacing -std=c++0x to -std=gnu++0x is not an option.
We could however add an extra flag : activate gnu extensions to C++Ox standard, and that would then add the '-std=gnu++0x'.