Skip to content

Linux Clang Compile Errors #5

@MountainKing123

Description

@MountainKing123

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions