Skip to content
Snippets Groups Projects

Disable move and copy semantic for the counters

Merged Sebastien Ponce requested to merge sponce_countersNoMove into master
  1. Nov 16, 2021
    • Marco Clemencic's avatar
      fix formatting · e865538f
      Marco Clemencic authored
      e865538f
    • Sebastien Ponce's avatar
      Made counters non movable and non copyable · c37dab3c
      Sebastien Ponce authored
      This sorts out problems of registration in the Hub that could lead to invalid pointers
      the main consequences are the dropping of the postfix ++ operator (prefix should be used) and the impossibility to create vectors of Counters. But deque can safely be used instead.
      c37dab3c
Loading