-
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
Standalone header file for ArgList #590
Comments
It has been already suggested in #528 (comment). I think it's a reasonable suggestion and can be done in the next version together with an API to construct argument lists. |
Moved the core API that deals with argument lists to a separate header,
and has only few dependencies (I plan to reduce dependencies even more later). With these changes compile times are now >40% better compared to IOStreams on bloat-test:
|
Would be possible to separate ArgList class to standalone header file?
Because fmt::ArgList is used on a lot of places, it would be great to be able to include fmt::ArgList only instead of including the whole format.h.
The text was updated successfully, but these errors were encountered: