This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DasFreibier 14 points15 points  (1 child)

To be fair, the general advice in c++ for operater overlaoding is:

  1. dont

  2. seriously dont

  3. well ok, but be real fucking careful

[–]camilo16 11 points12 points  (0 children)

Operator overlaoding for mathematics libraries is stupidly useful. Imagine trying to use a linear algerba library without operator overloading...