-
Notifications
You must be signed in to change notification settings - Fork 216
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
BOOST_HANA_ADAPT_STRUCT for templates? #484
Comments
I was looking into this as well and got it working using a hack:
Here's a test I used using GoogleTest to confirm its working:
You just need to define a tag with a sample specialization. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would love to be able to adapt structs like this:
Looking at the
accessors_impl
interface, it feels like something doable...The text was updated successfully, but these errors were encountered: