Skip to content

Minimal supported library subset #418

Closed
@alabuzhev

Description

@alabuzhev

Documentation says that including format.h and format.cc should be enough, but format.cc also includes printf.h and printf.h includes ostream.h.
I've experimented a little, looks like #include "printf.h" in format.cc required only for explicit instantiations of PrintfFormatter for char and wchar_t.
Maybe it's possible to move them to printf.cc?
Do you have any plans to make format.h/cc self-contained?
If no - it's probably worth to update the docs.

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