Skip to content

Fix compilation with C++20

Marco Clemencic requested to merge fixes-for-gcc13 into master
  • fix clash between ranges and std::ranges caused by using namespace std in HepMC3
  • force C++17 for some sources that use a header of Pythia8 that does not compile with C++20

Merge request reports