7 Apr
2019
7 Apr
'19
9:47 a.m.
On 4/3/19 11:27 PM, Robert Ramey via Boost wrote:
d) insert your own use case here. That is, look at your own usages of assignment to these types and see if there is not an easy way to re-factor your code to avoid assignment.
Such refactoring is difficult for state machines where you use a variant to denote the current state.