Skip to content

Changes to allow for compilation with GCC 7.1

Christoph Hasse requested to merge compileOnGCC7 into future

This seems to be the only necessary change to compile LHCb with GCC 7.1.

However, why did this actually compile in the first place!?
The statement !m_histo () should always throw the error that this is not a callable function right?

@graven, @ibelyaev do you guys have an idea what's happening here?

Merge request reports