hello, i have scanned binit with cppcheck ( a static code analysis tool :<a href="http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page">http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page</a> ). These warnings are printed when scanning with the current stable version:<br>
<br>[BigUnsignedInABase.hh:45]: (Style) Member variable not initialized in the constructor 'BigUnsignedInABase::base'<br>[BigUnsignedInABase.hh:61]: (Style) 'operator=' should return something<br>[BigUnsigned.hh:43]: (Style) 'operator=' should return something<br>
[NumberlikeArray.hh:66]: (Style) 'operator=' should return something<br>[BigInteger.hh:38]: (Style) 'operator=' should return something<br><br>Please refer the attached patch (cppcheck.patch) that fixes the issues. I hope you like my changes? I have tested it with my code any the tests from you and everything worked fine.<br>
<br>Best regards<br><br>Martin<br><br>