Remove default argument values from friend member functions
gcc 9.3.0 flags these as errors (-fpermissive), because a friend declaration with default arguments must also be a definition.
Loading
Please register or sign in to comment
gcc 9.3.0 flags these as errors (-fpermissive), because a friend declaration with default arguments must also be a definition.