Skip to content

drop_view: begin() Returns: element doesn't use italics for exposition-only data members #4134

@Dani-Hub

Description

@Dani-Hub

[range.drop.view] p3 misses to use italics for the exposition-only data members base_ and count_ when referring to the semantics within its Returns: element:

Returns: ranges::next(ranges::begin(base_), count_, ranges::end(base_)).

should be changed to (omitting the additional spaces which are artifacts of my limited Markdown capabilities):

Returns: ranges::next(ranges::begin(base_), count_ , ranges::end(base_)).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions