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

"method" as synonym for "class member function" #1573

Closed
Axel-Naumann opened this issue Mar 23, 2017 · 2 comments
Closed

"method" as synonym for "class member function" #1573

Axel-Naumann opened this issue Mar 23, 2017 · 2 comments
Assignees

Comments

@Axel-Naumann
Copy link
Contributor

I stumbled across mentions of "method" as a synonym for "class member
function" or "class member function template"

  • [mem.poly.allocator.mem]/8
    [ Note: This method and the construct methods that follow are overloads
    for piecewise construction of pairs(20.4.2). —endnote]

  • [string.view.iterators]/2
    For a basic_string_view str, any operation that invalidates a pointer in
    the range [str.data(),
    str.data() + str.size()) invalidates pointers, iterators, and references
    returned from str’s methods.

I suppose those should be replaced by "class member function" or "class
member function" as appropriate?

I believe that's editorial.

Cheers, Axel.

@jensmaurer
Copy link
Member

Here you are.

@Axel-Naumann
Copy link
Contributor Author

Thank you, Jens!

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

2 participants