\particles\management\G4ParticlePropertyTable.cc at the end of : G4bool G4ParticlePropertyTable::SetParticleProperty(const G4ParticlePropertyData& pData) Err: for (size_t flv=0; flv<<G4ParticlePropertyData::NumberOfQuarkFlavor; ++flv) { Correct: for (size_t flv=0; flv < G4ParticlePropertyData::NumberOfQuarkFlavor; ++flv) {
Thank you for reporing the problem. The bug will be fixed in the release.