Skip to content
Snippets Groups Projects
Commit 14ceb9c5 authored by scott snyder's avatar scott snyder
Browse files

AthExThinning: 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.



Former-commit-id: cadd4a4c
parent b4df726f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment