Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I propose a feature to the library working group?

I would like to propose and discuss a feature that I think could be relevant for the C++ library, what is the most appropriate way or place to publish my proposal ?

I would like to stress the fact that I only care about the standard library for this, not the language itself.

like image 886
user2485710 Avatar asked Mar 21 '23 05:03

user2485710


1 Answers

The first port of call is certainly the ISOCPP page pointed to by Benjamin Lindley. The official C++ committee page lists the upcoming dates, e.g., the submission dead-line (the next one is 2014-01-17) and the upcoming meetings (the next one is 2014-02-10 to 2014-02-15 in Issaquah). When you submit the proposal it needs to be in reasonably complete form as this version will be discussed, not an updated one created between the submission dead-line and the meeting.

The ISOCPP pages is fairly clear on the process. I want to emphasize a few points, though:

  1. Somebody needs to push for the progress! Just submitting a paper won't get a proposal into the standard. That is, you'll need to pursue the inclusion and most likely make various adjustments to the details of the proposal.
  2. You will need someone at the meetings who lobbies for the proposal: makes other people look at it, present it, defend it. Ideally you'd attend to lobby for the proposal but others have organized regular attendees to lobby for their proposal. Ideally you convince other ahead of the meeting to support the proposal, too.

Although you may target the library, where proposal gets handled in the end will be up to the committee. It will most likely go to the Library Evolution Working Group first and from there to an appropriate other group.

like image 97
Dietmar Kühl Avatar answered Apr 02 '23 17:04

Dietmar Kühl