Add -fwarn-monomorphism-restriction (on by default) to warn when the MR is used
Users often trip up on the Dreaded Monomorphism Restriction. This warning flag tells you when the MR springs into action. Currently it's on by default, but we could change that.
Please register or sign in to comment