-
Notifications
You must be signed in to change notification settings - Fork 177
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: Linkage errors in BetheHeitlerApprox.hpp #1777
fix: Linkage errors in BetheHeitlerApprox.hpp #1777
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems ok
Codecov Report
@@ Coverage Diff @@
## main #1777 +/- ##
==========================================
+ Coverage 49.66% 49.67% +0.01%
==========================================
Files 403 404 +1
Lines 22406 22401 -5
Branches 10240 10240
==========================================
Hits 11127 11127
+ Misses 4135 4130 -5
Partials 7144 7144
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
📊 Physics performance monitoring for e5099c0Full report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
This should fix violations of ODR by either adding the `inline` keyword or by moving functions to a cpp file.
This should fix violations of ODR by either adding the `inline` keyword or by moving functions to a cpp file. (cherry picked from commit a58b798)
…lop/v20.x] (#1788) Backport a58b798 from #1777. --- This should fix violations of ODR by either adding the `inline` keyword or by moving functions to a cpp file. Co-authored-by: Benjamin Huth <[email protected]>
This should fix violations of ODR by either adding the `inline` keyword or by moving functions to a cpp file. (cherry picked from commit a58b798)
…lop/v21.1.x] (#1800) Backport a58b798 from #1777. --- This should fix violations of ODR by either adding the `inline` keyword or by moving functions to a cpp file. Co-authored-by: Benjamin Huth <[email protected]>
This should fix violations of ODR by either adding the
inline
keyword or by moving functions to a cpp file.