Has anyone tried messing around with the  /Qstd:C++0x setting on Intel C++ 11.0 and used boost in the same project?  I would love to use "auto" and simple "decltype" if possible, but I don't want to waste a bunch of time if this isn't likely to work with boost or is known to cause incomprehensible errors when mixed with older style generic programming.  What about really simple use of the new lambdas?

In practice, do you think this is premature and likely to cause major regressions in the future?  I can't see how "auto" or "decltype" would change, but is simple lambda usage fairly stable in the converging C++0x specs?

-Jesse