C++ iterators considered harmful?

后端 未结 13 668
忘了有多久
忘了有多久 2020-12-23 03:42

At the Boost library conference today, Andrei Alexandrescu, author of the book Modern C++ Design and the Loki C++ library, gave a talk titled \"Iterators Must Go\" (video, s

13条回答
  •  被撕碎了的回忆
    2020-12-23 04:01

    I think C++ implementors will have their hands full producing full working support for C++0x, without implementing new, non-standard paradigms.

提交回复
热议问题