Disable move and copy semantic for the counters
- Nov 16, 2021
-
-
Marco Clemencic authored
-
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.
-