Tag: nodiscard

Tips For Fixing Gcc Ignore Qualifiers Errors

August 21, 2021 By John Anthony Off

  If your computer has an error code mistakenly rejected by gcc, check out these troubleshooting tips.     Error: Passing “const A” as “this” rejects the argument to “void A :: hi ()”.Qualifier [-fpermissive] I don’t understand why I am getting this error, I…