-
Notifications
You must be signed in to change notification settings - Fork 66
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
What about "boost pfr" extension? #231
Comments
Draft here: |
I need to apply a small patch here: https://github.com/boostorg/fusion/blob/boost-1.80.0/include/boost/fusion/support/tag_of.hpp#L55| |
@djowel what do you think about this patch above? |
What is |
The link pointing to the line that I want to edit. Like this:
And also this before the line(in the
|
Ah. Makes sense. Go for it. |
#262 |
Here: #263 |
It's a new reflection library from Antony Polukhin
https://github.com/boostorg/pfr
Why not adapt it to fusion as another extension?
And then we get rid of from
BOOST_FUSION_ADAPT_STRUCT
.The text was updated successfully, but these errors were encountered: