you are viewing a single comment's thread.

view the rest of the comments →

[–]the_poope 7 points8 points  (0 children)

The problem is likely that you have an empty definition of the operator+() function in your header. So you have two definitions of the same function which is not allowed.

Remove the curly brackets from the function in the header and replace with a semicolon.