I\'d like to define a binary operator on in the global namespace. The operator
works on a class that is defined in another namespace and the operator should get
access to th
But it's terrible bad idea to define operator outside namespace of its parameters (now you cut argument dependent lookup which is very usable for operators).