Compiler Warning (level 3) C4522

'class' : multiple assignment operators specified

There were multiple assignment operators of a single type specified for the given class. The first constructor was used.

Make sure that there is only one assignment operator defined for a type.