Compiler Warning (level 3) C4525

'class' : redundant use of 'friend' on constructor

The friend access specifier was given for a constructor. Since the constructor is automatically a member function of the given class, this specification is irrelevant.

The extraneous friend specifier was ignored.