Suppose we have the following declaration of the operator* that is a member of the nested namespace mathLib::MatrixLib:
namespace mathLib { namespace MatrixLib { class matrix { /*...*/}; matrix operator* (const matrix &, const matrix &); // ... }}How would you declare this operator in global scope?
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.