Skip to content

xAODCore: Fix thread-safety issues.

Scott Snyder requested to merge ssnyder/athena:thread2.xAODCore-20190122 into master

The static accessor objects declared in the xAODCore macros should be const. Avoids warnings from the thread-safety checker.

Merge request reports