Skip to content

Adapted code to non movable, non copyable counters

Sebastien Ponce requested to merge sponce_CountersNoMove into master

In particular :

  • replaced vector of counters with deque in the HLT scheduler
  • use prefix ++ operator everywhere, as postfix one will go

Built on top of on !3192 (merged)

Goes together with Rec!2586 (merged) and Phys!1001 (merged)

Edited by Sebastien Ponce

Merge request reports