Compiler Warning (level 3) C4521

'class' : multiple copy constructors specified

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

Make sure that there is only one copy constructor defined for a type.