Solution to Missing move assignment operator! (CID# 113566)
Changes made in TrackSegment.cxx/.h and Segment.cxx/.h.
Merge request reports
Activity
added Tracking master review-pending-level-1 labels
CI Result FAILUREAthena AthSimulation externals cmake make required tests optional tests Full details available at NICOS MR-20681-2019-01-27-16-54
Athena: number of compilation errors 0, warnings 27
AthSimulation: number of compilation errors 0, warnings 0
CI Jenkins server is switched to https://atlas-sit-ci.cern.ch. It is accessible world-wide (behind CERN SSO). In old links to Jenkins server aibuild080.cern.ch:8080 should be replaced with atlas-sit-ci.cern.ch For experts only: Jenkins output [CI-MERGE-REQUEST 32831]- Resolved by Johannes Mellenthin
- Resolved by Johannes Mellenthin
- Resolved by Johannes Mellenthin
- Resolved by Johannes Mellenthin
added review-user-action-required label and removed review-pending-level-1 label
- Resolved by Johannes Mellenthin
- Resolved by Johannes Mellenthin
- Resolved by Johannes Mellenthin
Hi @goetz,
All your suggestions are now implemented in the new commit: jbiswal/athena@55e34554 . Is this OK?
Regarding the white spaces, they appear to be different in 'vim' text editor. Anyway, I have tried to get rid of them as much as I could.
Jyoti
Edited by Jyoti Prakash Biswal91 91 if (this!=&seg){ 92 92 Trk::MeasurementBase::operator=(seg); 93 93 delete m_fitQuality; 94 delete m_containedMeasBases;