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

fix clang compile error #28

Merged
merged 1 commit into from
Apr 18, 2022
Merged

fix clang compile error #28

merged 1 commit into from
Apr 18, 2022

Conversation

joequant
Copy link
Contributor

clang will break on this routine because of an ambigous operator error
which passes on gcc because gcc incorrectly implements the c++ spec.

see https://stackoverflow.com/questions/25110429/ambiguous-operator-overload-on-clang

Addresses # .

Changes proposed in this pull-request:

To be done:

  • [ ]
  • [ ]

clang will break on this routine because of an ambigous operator error
which passes on gcc because gcc incorrectly implements the c++ spec.

see https://stackoverflow.com/questions/25110429/ambiguous-operator-overload-on-clang
@SanghyunKo
Copy link
Collaborator

Thanks @joequant! :)

vvolkl added a commit to key4hep/key4hep-spack that referenced this pull request May 9, 2022
* fix clang compile error on dual-readout

see HEP-FCC/dual-readout#28

* add patch by url

Co-authored-by: Valentin Volkl <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants