-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Minimal supported library subset #418
Comments
Good catch, there indeed should be |
alabuzhev
added a commit
to alabuzhev/fmt
that referenced
this issue
Nov 10, 2016
alabuzhev
added a commit
to alabuzhev/fmt
that referenced
this issue
Nov 10, 2016
alabuzhev
added a commit
to alabuzhev/fmt
that referenced
this issue
Nov 10, 2016
foonathan
pushed a commit
that referenced
this issue
Nov 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: