On 05/27/2014 11:19 PM, Johannes Totz wrote: > On 13/12/2013 10:45, Marco Nolden wrote: >> On 12/12/2013 09:49 PM, Clarkson, Matt wrote: >>> Hi Marco, >>> >>> what features, and what would be the benefits? >> Hi Matt, >> >> we have not decided about features yet, we are at the beginning of the >> discussion. But in general C++11 aims at being easier to teach and to >> learn (probably biased: [1]), which is important for us since a lot of >> users are not C++ experts. Concrete things that come to my mind which >> should increase code readability and maintainability are >> >> - the 'auto' keyword (especially helpful in ITK's heavy templated world) >> - range-based loops >> - lambda expressions > I'm currently watching http://www.ustream.tv/recorded/47947981. > Man, am I glad we still have to support a compiler that doesn't support > lambdas (in C++)...
Nice talk :-) The type deduction rules for auto are the same as for templates. That is so cute! :-)) I still think lambdas can be put to some good use at some places... in a responsible fashion. ------------------------------------------------------------------------------ Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download http://p.sf.net/sfu/restlet _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
