Skip to content

Wrong type for out << put_time(tmb, fmt) #149

Closed
@breyed

Description

@breyed

Section 27.7.5, "Extended manipulators", states this for put_time, "The expression out << put_time(tmb, fmt) shall have type basic_istream<charT, traits>& and value out." It should be basic_ostream.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @breyed

        Issue actions

          Wrong type for out << put_time(tmb, fmt) · Issue #149 · cplusplus/draft