Skip to content
Snippets Groups Projects
Commit d7d1674e 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...).
parent 1314d2d5
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