Max Lybbert
Posts: 314
Nickname: mlybbert
Registered: Apr, 2005
|
|
Re: The Removal of Concepts From C++0x
|
Posted: Jul 28, 2009 1:00 AM
|
|
> From Kalev's article, as quoted above: > > As a compromise, the committee decided to pursue the > refinement of Concepts while leaving the Standard Library > unconceptualized for the time being. > > Really? I see lots of concepts in the October 2008 > working paper, ... > Since then successive WPs have "conceptualized" additional > parts of the library as well.
And with this change the committee is reverting to an earlier version of the standard ("We won’t have a de-conceptized working draft for the post-meeting mailing, two weeks after the meeting, but should have one soon after that. ... Recall that, until last September, we had a complete draft of C++0x features specified entirely without the use of concepts. And many of the uses of concepts in the draft standard library were just replacements of preexisting non-concepts wording or implicit requirements ... and will just revert to their previous wording or disappear back into implicitness." http://herbsutter.wordpress.com/2009/07/21/trip-report/ ), because without concepts the portions of the standard that refer to concepts make no sense.
|
|