Skip to content

The format_to functions claim OutputIterator support but actually expect a back_insert_iterator #1506

Closed
@mikezackles

Description

@mikezackles

Thanks for a useful library!

As best I can tell, both container_type and operator= are specific to back_insert_iterator, and not a part of OutputIterator. So these functions don't actually support output iterators.

It seems like either the code needs to be modified to use just the OutputIterator operations or the documentation should be updated.

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