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: Delete assignment operator for internal SPs #1160

Merged
merged 3 commits into from
Feb 14, 2022

Conversation

stephenswat
Copy link
Member

The internal spacepoint class promises that it has an assignment operator, but this is never implemented. This means that if you are to write some code that would invoke the assignment operator, you'll run into esoteric linker errors. We cannot usefully implement an assignment operator for this class, because it has a reference member. As such, we simply delete this operator.

The internal spacepoint class promises that it has an assignment
operator, but this is never implemented. This means that if you are to
write some code that would invoke the assignment operator, you'll run
into esoteric linker errors. We cannot usefully implement an assignment
operator for this class, because it has a reference member. As such, we
simply delete this operator.
@stephenswat stephenswat added this to the next milestone Feb 13, 2022
@stephenswat stephenswat added Bug Something isn't working Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module labels Feb 14, 2022
@codecov
Copy link

codecov bot commented Feb 14, 2022

Codecov Report

Merging #1160 (f2de71c) into main (c305fc4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1160   +/-   ##
=======================================
  Coverage   47.90%   47.90%           
=======================================
  Files         359      359           
  Lines       18491    18491           
  Branches     8723     8723           
=======================================
  Hits         8859     8859           
  Misses       3603     3603           
  Partials     6029     6029           
Impacted Files Coverage Δ
Core/include/Acts/Seeding/InternalSpacePoint.hpp 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c305fc4...f2de71c. Read the comment docs.

@kodiakhq kodiakhq bot merged commit eb51e5b into acts-project:main Feb 14, 2022
@paulgessinger paulgessinger modified the milestones: next, v17.1.0 Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Bug Something isn't working Component - Core Affects the Core module Impact - Minor Nuissance bug and/or affects only a single module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants