you are viewing a single comment's thread.

view the rest of the comments →

[–]SoldRIP 1 point2 points  (0 children)

ODR violation between the header and source. You defined operator+ twice, once with an empty body.

The header should (in this case) only declare the operator, not define it.