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 reflect old C-style array field? #271

Open
goldenbull opened this issue Nov 21, 2024 · 1 comment
Open

Is it possible to reflect old C-style array field? #271

goldenbull opened this issue Nov 21, 2024 · 1 comment

Comments

@goldenbull
Copy link

If a struct contains a field like char name[32] , the code can not compile.

@liuzicheng1987
Copy link
Contributor

@goldenbull, let me refer you to the documentation:

https://rfl.getml.com/c_arrays_and_inheritance/#c-arrays

Because inferring whether something is a C array, it is not supported by default, but you can pass a compile time flag to activate support for C arrays.

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

2 participants