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

[2019-07 LWG Motion 14] P0408R7 Efficient Access to basic_stringbuf ’s Buffer #3018

Closed
jensmaurer opened this issue Jul 21, 2019 · 4 comments · Fixed by #3109
Closed

[2019-07 LWG Motion 14] P0408R7 Efficient Access to basic_stringbuf ’s Buffer #3018

jensmaurer opened this issue Jul 21, 2019 · 4 comments · Fixed by #3109
Assignees
Milestone

Comments

@jensmaurer
Copy link
Member

No description provided.

@jensmaurer
Copy link
Member Author

see email from @zygoloid on lib reflector (duplicate constructor)

@jensmaurer
Copy link
Member Author

Note that LaTeX sources were supplied (see the attachment on the StrawPolls page)

@jensmaurer jensmaurer added this to the post-2019-07 milestone Jul 23, 2019
@burblebee burblebee self-assigned this Jul 29, 2019
@burblebee
Copy link
Contributor

see email from @zygoloid on lib reflector (duplicate constructor)

I'm not on the lib reflector - can someone please paste the relevant bits here?

@jwakely
Copy link
Member

jwakely commented Jul 30, 2019

basic_stringbuf(const basic_string<charT, traits, SAlloc>& s, const Allocator& a) is specified twice. The two are identical apart from whitespace, so just pick one to be applied to the draft, and ignore the other one.

burblebee pushed a commit that referenced this issue Jul 31, 2019
Fixed punctuation in \effects clauses.
[stringbuf] Omitted duplicate constructor in synopsis.
[stringbuf.cons] Added missing const on string parameter in itemdecl of
    basic_stringbuf to match declaration in synopsis.

Fixes #3018.
zygoloid pushed a commit that referenced this issue Aug 5, 2019
Fixed punctuation in \effects clauses.
[stringbuf] Omitted duplicate constructor in synopsis.
[stringbuf.cons] Added missing const on string parameter in itemdecl of
    basic_stringbuf to match declaration in synopsis.

Fixes #3018.
zygoloid pushed a commit that referenced this issue Aug 6, 2019
Fixed punctuation in \effects clauses.
[stringbuf] Omitted duplicate constructor in synopsis.
[stringbuf.cons] Added missing const on string parameter in itemdecl of
    basic_stringbuf to match declaration in synopsis.

Fixes #3018.
zygoloid pushed a commit that referenced this issue Aug 6, 2019
Fixed punctuation in \effects clauses.
[stringbuf] Omitted duplicate constructor in synopsis.
[stringbuf.cons] Added missing const on string parameter in itemdecl of
    basic_stringbuf to match declaration in synopsis.

Fixes #3018.
zygoloid added a commit that referenced this issue Aug 6, 2019
P0408R7 Efficient Access to basic_stringbuf ’s Buffer

Fixes #3018.
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

Successfully merging a pull request may close this issue.

3 participants