Skip to content

Fix gcc11 annonymous namespace warnings

Roel Aaij requested to merge raaij/Gaudi:inline_histogram_naming into master

This fixes warnings of the following type:

warning: 'MEPProvider' has a field 'MEPProvider::m_bad_mfps_sd' whose type uses the anonymous namespace [-Wsubobject-linkage]

where MEPProvider is a Service and m_bad_mfps_sd is a Gaudi::Accumulators::Histogram<1, Gaudi::Accumulators::atomicity::full, float>.

Merge request reports