in reply to overload conflict between * and *= (as an example)
Another workaround is:
package Value; use overload fallback => 1;
The explanation can be found by reading the overload documentation. Pay special attention to the section entitled Copy Constructor.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: overload conflict between * and *= (as an example)
by yogibimbi (Initiate) on Feb 27, 2012 at 17:24 UTC | |
by tobyink (Canon) on Feb 27, 2012 at 18:13 UTC |