Skip to content

IOVDbSvc: Move static map declaration of out header to avoid cling crash.

Scott Snyder requested to merge ssnyder/athena:cling.IOVDbSvc-20190708 into master

Move the declaration of the static const map m_typeCorrespondance out of the Json2Cool.h header; have it visible only in the source file. Otherwise, if cling runs, we can get malloc errors while running global dtors.

Merge request reports