-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Greetings,
I have encountered some compiler issues with linux/clang builds.
To fix those I had to:
move FEventIds::kNextEventId declaration to cpp and remove unnecessary typename qualifier from FWrappedState<State> using.
- former causes Clang to include the symbol multiple times in different modules (expected)
- later might be a Clang bug.. but it's optional anyway, since it's a struct template
I have those fixes on a local branch, so if you give me permission to push to a remote branch, I will do so.
Metadata
Metadata
Assignees
Labels
No labels