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

Unnamed union (Flecs.h) #26

Open
Tracked by #27
ArtemkaKun opened this issue Jul 4, 2022 · 0 comments
Open
Tracked by #27

Unnamed union (Flecs.h) #26

ArtemkaKun opened this issue Jul 4, 2022 · 0 comments
Labels
Bug Something isn't working

Comments

@ArtemkaKun
Copy link
Contributor

V - v0.3.0
C2V - 55f73a5
File to generate a wrapper for - https://github.com/SanderMertens/flecs/blob/master/flecs.h

Error

flecs.v:418:13: error: unexpected token `(`, expecting name
  416 | }
  417 | struct Ecs_iter_private_t {
  418 |     iter Union (unnamed union at ../flecs-master/flecs.h
      |                ^
  419 |     cache Ecs_iter_cache_t
  420 | }
@ArtemkaKun ArtemkaKun added the Bug Something isn't working label Jul 4, 2022
@ArtemkaKun ArtemkaKun mentioned this issue Jul 4, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant