Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No synopsis for <strstream> #1603

Closed
timsong-cpp opened this issue Apr 7, 2017 · 4 comments
Closed

No synopsis for <strstream> #1603

timsong-cpp opened this issue Apr 7, 2017 · 4 comments
Assignees
Milestone

Comments

@timsong-cpp
Copy link
Contributor

The deprecated header <strstream> does not appear to have a synopsis.

@jensmaurer
Copy link
Member

I can't find one in C++03, either.

Is it really editorial to come up with a synopsis?

@jensmaurer jensmaurer added the decision-required A decision of the editorial group (or the Project Editor) is required. label Apr 7, 2017
@tkoeppe
Copy link
Contributor

tkoeppe commented Apr 7, 2017

@jensmaurer: That wouldn't be the first time. P0175 came up with a ton of synopses editorially, although we did run it by LWG.

@jensmaurer jensmaurer added this to the C++20 milestone Jul 15, 2017
@jensmaurer
Copy link
Member

Editorial meeting consensus: Yes, we're providing a synopsis, even though it's in Annex D.

@zygoloid zygoloid removed the decision-required A decision of the editorial group (or the Project Editor) is required. label Nov 7, 2017
@jwakely
Copy link
Member

jwakely commented Nov 7, 2017

The entire synopsis is just:

namespace std {
  class strstreambuf;
  class istrstream;
  class ostrstream;
  class strstream;
}

Also, the preamble says " The header defines three types" but it also defines the streambuf type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants