-
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
Support for ranges, containers and types with tuple interface. #727
Comments
Just dropping a link to the Reddit discussion which has some interesting comments which might also be discussed here :) |
@Remotion, this is super cool!
Definitely. I think this can be added in a separate header such as |
Yes I will prepare PR. Do we also need structured binding support? But it will be a bit macro heavy for now. |
I'm not sure. How would structured building support look like from the user perspective? |
This way. But I think it would be better first do ranges and may be then structured binding. |
Yeah, let's focus on ranges first. |
Closing since #735 has been merged. Thanks again! |
Here is C++17 code add support for ranges, containers and types with tuple interface.
May this could be added to fmt in one or another way.
The text was updated successfully, but these errors were encountered: