I tried inline operator overload and I got link errors.
Is this because of the new C++ standard?
I did it years ago no problem. Anyone know?
Uhm, code and errors would be nice ^^
inlining operators shold work fine
Last edited on
Inline operators/functions need to be defined in the header.