Skip to content
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

Need to create ArgList iteratively #821

Closed
abrownsword opened this issue Jul 22, 2018 · 2 comments
Closed

Need to create ArgList iteratively #821

abrownsword opened this issue Jul 22, 2018 · 2 comments

Comments

@abrownsword
Copy link

I haven't found an obvious way to do this (even in 5.1). I have an array of objects that I need to pass as arguments to fmt::vformat, but they require a bit of conversion to extract the native types understood by fmt. I think what I want to do is create a format_arg_store, but add to it incrementally rather than via a single variadic call. Is there an existing mechanism to do this? If not, could one be added? I can specify the arg count up front.

@vitaut
Copy link
Contributor

vitaut commented Jul 22, 2018

This has already been discussed in #814 and addressed in #819.

@vitaut vitaut closed this as completed Jul 22, 2018
@abrownsword
Copy link
Author

Thanks -- wasn't sure what to look for in terms of existing issues, and I've only downloaded the last release not pulled from HEAD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants