Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

When I try to define my operator= overload function as a friend function, I get an error message stating such and such needs to be a "nonstatic member function".

When I make it a member function instead, it compiles without complaint.

So can I make my operator= function a friend function, or must it only be a non-friend member function? Thank you.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.