-
Notifications
You must be signed in to change notification settings - Fork 2
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
Analyze universal-formatter example #6
Comments
One of the benefit of looking at this example is that it follows closely what people seek to do with the standard. |
Hi,
See https://godbolt.org/z/nG7ad4f9T |
@Yaraslaut pretty cool example and indeed you don't need to explicitly instantiate the formatter. Do you think/know if there is any benefit out using this formatter approach versus what we are currently doing? |
I looked at As for
and then you can print any structure with |
@lemire found this issue here: bloomberg/clang-p2996#37
That mentions the universal_formatter (which does something similar to the serialization we are currently able to do).
Some aspects that I want to research:
The text was updated successfully, but these errors were encountered: