To use or not to use C++0x features [duplicate]
问题 This question already has answers here : Closed 9 years ago . Possible Duplicate: How are you using C++0x today? I'm working with a team on a fairly new system. We're talking about migrating to MSVC 2010 and we've already migrated to GCC 4.5. These are the only compilers we're using and we have no plans to port our code to different compilers any time soon. I suggested that after we do it, we start taking advantage of some of the C++0x features already provided like auto. My co-worker