TrigT1Interfaces: Fix gcc9 warnings.
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning.
Showing
- Trigger/TrigT1/TrigT1Interfaces/TrigT1Interfaces/Coordinate.h 2 additions, 2 deletions...ger/TrigT1/TrigT1Interfaces/TrigT1Interfaces/Coordinate.h
- Trigger/TrigT1/TrigT1Interfaces/TrigT1Interfaces/CoordinateRange.h 2 additions, 2 deletions...rigT1/TrigT1Interfaces/TrigT1Interfaces/CoordinateRange.h
- Trigger/TrigT1/TrigT1Interfaces/TrigT1Interfaces/MuCTPIL1Topo.h 2 additions, 1 deletion...r/TrigT1/TrigT1Interfaces/TrigT1Interfaces/MuCTPIL1Topo.h
- Trigger/TrigT1/TrigT1Interfaces/TrigT1Interfaces/MuCTPIL1TopoCandidate.h 1 addition, 1 deletion...TrigT1Interfaces/TrigT1Interfaces/MuCTPIL1TopoCandidate.h
- Trigger/TrigT1/TrigT1Interfaces/TrigT1Interfaces/PhiRange.h 1 addition, 1 deletionTrigger/TrigT1/TrigT1Interfaces/TrigT1Interfaces/PhiRange.h
- Trigger/TrigT1/TrigT1Interfaces/TrigT1Interfaces/Range.h 1 addition, 1 deletionTrigger/TrigT1/TrigT1Interfaces/TrigT1Interfaces/Range.h
- Trigger/TrigT1/TrigT1Interfaces/TrigT1Interfaces/iRecCoordRoI.h 1 addition, 1 deletion...r/TrigT1/TrigT1Interfaces/TrigT1Interfaces/iRecCoordRoI.h
- Trigger/TrigT1/TrigT1Interfaces/src/Coordinate.cxx 1 addition, 6 deletionsTrigger/TrigT1/TrigT1Interfaces/src/Coordinate.cxx
- Trigger/TrigT1/TrigT1Interfaces/src/CoordinateRange.cxx 1 addition, 4 deletionsTrigger/TrigT1/TrigT1Interfaces/src/CoordinateRange.cxx
- Trigger/TrigT1/TrigT1Interfaces/src/MuCTPIL1Topo.cxx 0 additions, 4 deletionsTrigger/TrigT1/TrigT1Interfaces/src/MuCTPIL1Topo.cxx
- Trigger/TrigT1/TrigT1Interfaces/src/MuCTPIL1TopoCandidate.cxx 0 additions, 3 deletions...ger/TrigT1/TrigT1Interfaces/src/MuCTPIL1TopoCandidate.cxx
- Trigger/TrigT1/TrigT1Interfaces/src/PhiRange.cxx 0 additions, 4 deletionsTrigger/TrigT1/TrigT1Interfaces/src/PhiRange.cxx
- Trigger/TrigT1/TrigT1Interfaces/src/Range.cxx 0 additions, 4 deletionsTrigger/TrigT1/TrigT1Interfaces/src/Range.cxx
- Trigger/TrigT1/TrigT1Interfaces/src/iRecCoordRoI.cxx 0 additions, 2 deletionsTrigger/TrigT1/TrigT1Interfaces/src/iRecCoordRoI.cxx
Loading
Please register or sign in to comment