AthContainersCaloIdentifier: 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
- Control/AthContainers/AthContainers/ViewVectorBase.h 2 additions, 2 deletionsControl/AthContainers/AthContainers/ViewVectorBase.h
- Control/AthContainers/AthContainers/ViewVectorBase.icc 1 addition, 10 deletionsControl/AthContainers/AthContainers/ViewVectorBase.icc
- Control/AthContainers/test/DataVector_test.cxx 2 additions, 2 deletionsControl/AthContainers/test/DataVector_test.cxx
- Control/AthContainers/test/DataVector_test.icc 5 additions, 2 deletionsControl/AthContainers/test/DataVector_test.icc
Loading
Please register or sign in to comment