Skip to content

Fix warning about missing operator<() declaration.

Reiner Hauser requested to merge friend_warning into master

A friend declaration is no longer enough, alway the compiler seems to pick the right function.

Merge request reports