<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: A smart iterator for aggregating new elements with existing ones in a map or a set	</title>
	<atom:link href="https://www.fluentcpp.com/2017/03/21/smart-iterator-aggregating-new-elements-existing-ones-map-set/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fluentcpp.com/2017/03/21/smart-iterator-aggregating-new-elements-existing-ones-map-set/</link>
	<description>Jonathan Boccara&#039;s blog</description>
	<lastBuildDate>Wed, 07 Jun 2017 20:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.3</generator>
	<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/03/21/smart-iterator-aggregating-new-elements-existing-ones-map-set/#comment-318</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Wed, 07 Jun 2017 20:29:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=839#comment-318</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/03/21/smart-iterator-aggregating-new-elements-existing-ones-map-set/#comment-308&quot;&gt;Gabriel Aubut-Lussier&lt;/a&gt;.

Thanks Gabriel, I&#039;ll check it out.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/03/21/smart-iterator-aggregating-new-elements-existing-ones-map-set/#comment-308">Gabriel Aubut-Lussier</a>.</p>
<p>Thanks Gabriel, I&#8217;ll check it out.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel Aubut-Lussier		</title>
		<link>https://www.fluentcpp.com/2017/03/21/smart-iterator-aggregating-new-elements-existing-ones-map-set/#comment-308</link>

		<dc:creator><![CDATA[Gabriel Aubut-Lussier]]></dc:creator>
		<pubDate>Wed, 07 Jun 2017 00:35:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=839#comment-308</guid>

					<description><![CDATA[If you are interested in other implementations of aggregators on maps, boost::icl::interval_map has a template parameter meant to customize value aggregation for overlapping ranges of the domain. I don&#039;t believe it uses anything like the smart iterator you have demonstrated here though!]]></description>
			<content:encoded><![CDATA[<p>If you are interested in other implementations of aggregators on maps, boost::icl::interval_map has a template parameter meant to customize value aggregation for overlapping ranges of the domain. I don&#8217;t believe it uses anything like the smart iterator you have demonstrated here though!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/03/21/smart-iterator-aggregating-new-elements-existing-ones-map-set/#comment-184</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Thu, 23 Mar 2017 19:51:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=839#comment-184</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/03/21/smart-iterator-aggregating-new-elements-existing-ones-map-set/#comment-183&quot;&gt;Attila Farkas Fehér&lt;/a&gt;.

Well-spotted, I think you&#039;re absolutely right Attila. I&#039;ve made the fix. Thanks!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/03/21/smart-iterator-aggregating-new-elements-existing-ones-map-set/#comment-183">Attila Farkas Fehér</a>.</p>
<p>Well-spotted, I think you&#8217;re absolutely right Attila. I&#8217;ve made the fix. Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Attila Farkas Fehér		</title>
		<link>https://www.fluentcpp.com/2017/03/21/smart-iterator-aggregating-new-elements-existing-ones-map-set/#comment-183</link>

		<dc:creator><![CDATA[Attila Farkas Fehér]]></dc:creator>
		<pubDate>Wed, 22 Mar 2017 19:17:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=839#comment-183</guid>

					<description><![CDATA[It may be me misunderstanding something but in the `set` example, when you are using `position` in the call to `insert` `position` is already an invalid iterator since you have erased it just a line above.  Maybe you wanted to write `position = set_.erase(position);` ?]]></description>
			<content:encoded><![CDATA[<p>It may be me misunderstanding something but in the `set` example, when you are using `position` in the call to `insert` `position` is already an invalid iterator since you have erased it just a line above.  Maybe you wanted to write `position = set_.erase(position);` ?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
