Skip to content
Snippets Groups Projects
Commit acb893a7 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

CaloEvent: Clang fix.

The previous root workaround change causes a problem with clang, which
doesn't seem to properly implement __attribute__((used)) for destructors.
For clang, move the destructor completely out-of-line.  (Trying to remove
the destructor entirely resulted in a mysterious crash in TClass...).


Former-commit-id: d7d1674e
parent 7b4fa137
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