Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix compilation on macOS (and probably on other platforms too) #325

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

hansenjo
Copy link
Member

  • THaCodaFile switch variable was out of range
  • Several constructors attempted direct initialization of C-style arrays, array(other.array), which is ill-formed C++. (How did this ever work?)

Fixes #2

- THaCodaFile switch variable was out of range
- Several constructors attempted direct initialization of C-style arrays,
  array(other.array), which is ill-formed C++. (How did this ever work?)
@paulmking paulmking self-assigned this Oct 13, 2023
@paulmking paulmking merged commit 4c70369 into JeffersonLab:master Dec 6, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not compile on Mac
2 participants