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

Is it possible to handle C arrays? Possible implementation linked #185

Open
quicknir opened this issue Sep 23, 2024 · 2 comments
Open

Is it possible to handle C arrays? Possible implementation linked #185

quicknir opened this issue Sep 23, 2024 · 2 comments

Comments

@quicknir
Copy link

quicknir commented Sep 23, 2024

There's another library called repr which claims to handle C arrays properly: https://godbolt.org/z/vbz639n4d. Can this solution be used to handle C arrays properly in boost pfr?

Here's a link to the implementation as it appears in the source tree (rather than amalgamated): https://github.com/Tsche/repr/blob/master/include/librepr/reflection/detail/arity.h

@Tsche
Copy link

Tsche commented Sep 23, 2024

This defect was one of the reasons I wrote my own library :P

Related:
#16
#20
#162
#169
#170

@p00f
Copy link

p00f commented Sep 27, 2024

The fix in #170 works, I've tested it with giant multiply-nested structs

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

3 participants