Skip to content
Snippets Groups Projects
  1. Dec 13, 2018
  2. Dec 12, 2018
  3. Dec 11, 2018
    • scott snyder's avatar
      AthContainersCaloIdentifier: Fix gcc9 warnings. · 4e140741
      scott snyder authored
      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.
      
      4e140741
    • scott snyder's avatar
      AthContainersInterfaces: Fix gcc9 warnings. · 785163d1
      scott snyder authored
      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.
      785163d1
    • scott snyder's avatar
      AthExThinning: Fix gcc9 warnings. · cadd4a4c
      scott snyder authored
      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.
      cadd4a4c
Loading