<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/cpp-bigint/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/cpp-bigint/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 01 Sep 2008 07:59:03 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cpp-bigint/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>Combined patch</title><link>https://sourceforge.net/p/cpp-bigint/patches/1/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter N Lewis</dc:creator><pubDate>Mon, 01 Sep 2008 07:59:03 -0000</pubDate><guid>https://sourceforge.netbcceb1b7f24281893bab697a2917db0068391abc</guid></item></channel></rss>