Topic: How do I see the currently accepted parts?
Author: "Douglas Gregor" <doug.gregor@gmail.com>
Date: Thu, 21 Dec 2006 10:04:58 CST Raw View
John Femiani wrote:
> Hi,
> I was looking at the proposed additions to the C++ std, and I wonder
> where I can see the list of proposals, as well as which have been
> accepted, excluded, or are still in review. There seem to be a lot of
> document/links to wade through in
> http://www.open-std.org/JTC1/SC22/WG21/ and for someone who just
> started trying to follow this subject it is a lot to take in.
Alisdair Meredith does a wonderful job of keeping track of all of the
proposals to change the core language. His latest paper detailing the
status of C++0x proposals is here:
http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2006/n2122.htm
Cheers,
Doug
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Author: "John C. Femiani" <john.femiani@asu.edu>
Date: Thu, 21 Dec 2006 16:06:02 CST Raw View
> John Femiani wrote:
>> Hi,
>> I was looking at the proposed additions to the C++ std, and I wonder
>> where I can see the list of proposals, as well as which have been
>> accepted, excluded, or are still in review. There seem to be a lot of
>> document/links to wade through in
>> http://www.open-std.org/JTC1/SC22/WG21/ and for someone who just
>> started trying to follow this subject it is a lot to take in.
>
> Alisdair Meredith does a wonderful job of keeping track of all of the
> proposals to change the core language. His latest paper detailing the
> status of C++0x proposals is here:
>
> http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2006/n2122.htm
>
> Cheers,
> Doug
>
Thanks guys, sorry I did not spot that link in the previous thread.
So, is it correct to assume pretty much only the green-highlighted rows are
going to be in the next standard?
I'm pretty disappointed that the shared library proposal is in red; I would
really like to see that added.
John
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Author: bdawes@acm.org (Beman Dawes)
Date: Fri, 22 Dec 2006 16:06:24 GMT Raw View
John C. Femiani wrote:
>> John Femiani wrote:
>>> Hi,
>>> I was looking at the proposed additions to the C++ std, and I wonder
>>> where I can see the list of proposals, as well as which have been
>>> accepted, excluded, or are still in review. There seem to be a lot of
>>> document/links to wade through in
>>> http://www.open-std.org/JTC1/SC22/WG21/ and for someone who just
>>> started trying to follow this subject it is a lot to take in.
>> Alisdair Meredith does a wonderful job of keeping track of all of the
>> proposals to change the core language. His latest paper detailing the
>> status of C++0x proposals is here:
>>
>> http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2006/n2122.htm
>>
>> Cheers,
>> Doug
>>
>
> Thanks guys, sorry I did not spot that link in the previous thread.
>
> So, is it correct to assume pretty much only the green-highlighted rows are
> going to be in the next standard?
The colors just indicate change in status since the prior committee meeting.
As to what will end up in the next standard, I rate chances for each
category something like this:
"Integrated into working paper": These are done deals; they would only
be removed if some totally unexpected showstopper arises.
"Proposed wording under review in Core": These are almost done deals;
they will only fail to be included if unexpected issues arises.
"Blessed by evolution - wording available for initial review by Core":
These will probably make it, but have had a bit less review so the
chances of unexpected issues is a bit greater.
"Active topics in Evolution": The bulk of these will make it, but
possibly in altered form.
Anything in one of the other categories is in trouble. Unless someone
does a lot of work on the proposal before the next meeting, the proposal
is unlikely to make it into C++0x.
Do note however that Alisdair's status list is unofficial; he does a
great job keeping up-to-date, but the meetings are unbelievably hectic
with many parallel tracks so he sometimes misses a change in status.
> I'm pretty disappointed that the shared library proposal is in red; I would
> really like to see that added.
I could easily be wrong, but isn't that work going forward under the
"Dynamic libraries" rubric? Perhaps some other committee member could
comment.
Be aware that the C++ standard is essentially an open source software
project. Nothing happens unless someone volunteers to do the work. If
you want to see something happen, come to a committee meeting or team up
with others and work to make it happen.
--Beman
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Author: "Douglas Gregor" <doug.gregor@gmail.com>
Date: Fri, 22 Dec 2006 17:35:33 CST Raw View
John C. Femiani wrote:
> So, is it correct to assume pretty much only the green-highlighted rows are
> going to be in the next standard?
Green means that the proposals have advanced a category recently.
> I'm pretty disappointed that the shared library proposal is in red; I would
> really like to see that added.
Proposals move forward when people dedicate their time to make the
proposals solid enough to withstand the committee's scrutiny. With
enough work, a proposal can jump up several categories in one meeting.
We managed to get variadic templates from "stalled" to "blessed" in
about an hour of committee time. However, making that happen involved
implementing the proposal in full, trying out the feature on a lot of
code, gathering feedback from interested users in advance, and
providing a proposal that was detailed enough for users and
implementors to understand what variadic templates are and how they fit
into a compiler.
The same could be done for shared libraries, and I would like to see it
happen. But, someone has to pick it up and dedicate a lot of time to
doing it right. And the hurdles grow taller as C++0x approaches.
Cheers,
Doug
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Author: pete@versatilecoding.com (Pete Becker)
Date: Sat, 23 Dec 2006 01:36:20 GMT Raw View
Beman Dawes wrote:
>
>> I'm pretty disappointed that the shared library proposal is in red; I
>> would really like to see that added.
>
> I could easily be wrong, but isn't that work going forward under the
> "Dynamic libraries" rubric? Perhaps some other committee member could
> comment.
>
I don't know what the current label is, but the work is still going on.
Not for C++0x, though.
--
-- Pete
Roundhouse Consulting, Ltd. (www.versatilecoding.com)
Author of "The Standard C++ Library Extensions: a Tutorial and
Reference." (www.petebecker.com/tr1book)
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Author: "John Femiani" <john.femiani@asu.edu>
Date: Tue, 19 Dec 2006 16:42:47 CST Raw View
Hi,
I was looking at the proposed additions to the C++ std, and I wonder
where I can see the list of proposals, as well as which have been
accepted, excluded, or are still in review. There seem to be a lot of
document/links to wade through in
http://www.open-std.org/JTC1/SC22/WG21/ and for someone who just
started trying to follow this subject it is a lot to take in.
Thanks,
John
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Author: Gennaro Prota <gennaro_pruota@yahoo.com>
Date: Wed, 20 Dec 2006 15:35:48 CST Raw View
On Tue, 19 Dec 2006 16:42:47 CST, John Femiani wrote:
>Hi,
>I was looking at the proposed additions to the C++ std, and I wonder
>where I can see the list of proposals, as well as which have been
>accepted, excluded, or are still in review. There seem to be a lot of
>document/links to wade through in
>http://www.open-std.org/JTC1/SC22/WG21/ and for someone who just
>started trying to follow this subject it is a lot to take in.
Beman Dawes kindly provided a reference in the recent thread
"Questions about n1717 - Explicit class and default definitions". For
core language features I heartedly recommend starting from there.
--
Gennaro Prota. C++ developer. For hire.
(to mail me, remove any 'u' from the address)
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]