<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/cpp-bigint/patches/" rel="alternate"/><link href="https://sourceforge.net/p/cpp-bigint/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/cpp-bigint/patches/</id><updated>2008-09-01T07:59:03Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Combined patch</title><link href="https://sourceforge.net/p/cpp-bigint/patches/1/" rel="alternate"/><published>2008-09-01T07:59:03Z</published><updated>2008-09-01T07:59:03Z</updated><author><name>Peter N Lewis</name><uri>https://sourceforge.net/u/peterneillewis/</uri></author><id>https://sourceforge.netbcceb1b7f24281893bab697a2917db0068391abc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please excuse me if I have not got the patch format correct, I'm not much used to SourceForge or public patch/diffs.&lt;/p&gt;
&lt;p&gt;This patch patches BaseBigInt/RossiBigInt to:&lt;/p&gt;
&lt;p&gt;* Use mutable for vector&amp;lt;ulong&amp;gt; units_, which is required for:&lt;br /&gt;
* Use const for conceptually const operators like operator+&lt;br /&gt;
* Remove units_not_front_back_is_null and just call truncate_units which makes the same test immediately anyway.&lt;br /&gt;
* Make resize_units/truncate_units const as they do not change the value of the object.&lt;br /&gt;
* Add inline operations for +*/% acting on ulong.&lt;br /&gt;
* Add inline operators for all comparisons except operator&amp;lt;, which are all based on operator&amp;lt;.&lt;br /&gt;
* Fixed operator&amp;lt;  to not touch its input operand at all.&lt;/p&gt;
&lt;p&gt;* Perhaps most importantly, corrected bugs in operator-= which are probably the cause of the two Help messages in the Forum. operator-= erroneously assumes that the input argument vector is no longer than *this' vector.&lt;/p&gt;
&lt;p&gt;Hopefully this is useful.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>