Does MSVC10 Visual Studio 2010 support C++ range based loops

前端 未结 2 883
清酒与你
清酒与你 2020-12-04 01:14

Does MSVC10 support the C++0x draft standard\'s range based loop?

http://en.wikipedia.org/wiki/C%2B%2B0x#Range-based_for-loop

Example:

for (i         


        
2条回答
  •  有刺的猬
    2020-12-04 01:55

    No. Stephan T. Lavavej's explains the feature was altered too late in Visual Studio 2010's release cycle.

    Comments on the Visual Studio Team's blog: http://blogs.msdn.com/b/vcblog/archive/2009/07/13/intellisense-and-browsing-with-c-0x.aspx

提交回复
热议问题