Linked by Thom Holwerda on Thu 30th Oct 2008 12:53 UTC, submitted by CPPfanboy
General Development The proposed new standard for the C++ programming language, C++0x, has reached feature completeness. "This is 'it', feature-complete C++0x, including the major feature of 'concepts' which had its own extensive set of papers for language and library extensions (if you get the impression that concepts is a big feature, well, it is indeed easily the biggest addition we made in C++0x)."
Permalink for comment 336009
To read all comments associated with this story, please click here.
RE: Comment by pcunite
by eudoxos on Sun 2nd Nov 2008 09:59 UTC in reply to "Comment by pcunite"
eudoxos
Member since:
2006-08-30

For 1., you could have done this even in regular c++:

#include<boost/foreach.hpp>
//...
BOOST_FOREACH(const int& i, myVec){ ... }

And regular expressions were part of boost, too.

Reply Parent Bookmark Score: 1