<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 15: Odd subscript_iterator arithmetic operators</title><link>https://sourceforge.net/p/mysqlcppapi/bugs/15/</link><description>Recent changes to 15: Odd subscript_iterator arithmetic operators</description><atom:link href="https://sourceforge.net/p/mysqlcppapi/bugs/15/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 03 Sep 2005 18:42:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mysqlcppapi/bugs/15/feed.rss" rel="self" type="application/rss+xml"/><item><title>Odd subscript_iterator arithmetic operators</title><link>https://sourceforge.net/p/mysqlcppapi/bugs/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The arithmetic ops for subscript_iterator are odd, for&lt;br /&gt;
example:&lt;/p&gt;
&lt;p&gt;bool operator != (const subscript_iterator &amp;amp;j) const&lt;br /&gt;
{&lt;br /&gt;
return (d == j.d &amp;amp;&amp;amp; i!=j.i);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;this means that two iterators with different 'd'&lt;br /&gt;
pointers will return false when compared with !=&lt;/p&gt;
&lt;p&gt;I don't plan to change this for 2.0.0 as I need to look&lt;br /&gt;
into it further.&lt;/p&gt;
&lt;p&gt;Should define &amp;lt; and == correctly and then implement&lt;br /&gt;
others in terms of them.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jonathan Wakely</dc:creator><pubDate>Sat, 03 Sep 2005 18:42:47 -0000</pubDate><guid>https://sourceforge.net5868de66ee2e0486bd08fbbd77428ad245188290</guid></item></channel></rss>