What is our current policy regarding c++-11 - can we use (or are we already using) c++-11 features that are already well established for 3-4 years. I am particularly craving for the auto keyword :)

There's a nice list by the way of c++ 11 support status by compiler versions in the following links:
https://gcc.gnu.org/projects/cxx0x.html
http://msdn.microsoft.com/en-us/library/hh567368.aspx
http://clang.llvm.org/cxx_status.html

--
Barak