<?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: How is std::set_difference Implemented?	</title>
	<atom:link href="https://www.fluentcpp.com/2018/01/12/how-is-stdset_difference-implemented/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fluentcpp.com/2018/01/12/how-is-stdset_difference-implemented/</link>
	<description>Jonathan Boccara&#039;s blog</description>
	<lastBuildDate>Sat, 13 Jan 2018 23:21:04 +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/2018/01/12/how-is-stdset_difference-implemented/#comment-749</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Sat, 13 Jan 2018 23:19:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=2837#comment-749</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2018/01/12/how-is-stdset_difference-implemented/#comment-748&quot;&gt;Dirk Reum&lt;/a&gt;.

You&#039;re right. There is a mistake when taking the ++current2 out of the if statement. It should be put after the if, not before. I can&#039;t annotate the video, but here is the corrected code: https://gist.github.com/joboccara/116bd82e7a55fc8547103f191d0b8256. Thanks a lot for noticing this.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2018/01/12/how-is-stdset_difference-implemented/#comment-748">Dirk Reum</a>.</p>
<p>You&#8217;re right. There is a mistake when taking the ++current2 out of the if statement. It should be put after the if, not before. I can&#8217;t annotate the video, but here is the corrected code: <a href="https://gist.github.com/joboccara/116bd82e7a55fc8547103f191d0b8256" rel="nofollow ugc">https://gist.github.com/joboccara/116bd82e7a55fc8547103f191d0b8256</a>. Thanks a lot for noticing this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dirk Reum		</title>
		<link>https://www.fluentcpp.com/2018/01/12/how-is-stdset_difference-implemented/#comment-748</link>

		<dc:creator><![CDATA[Dirk Reum]]></dc:creator>
		<pubDate>Fri, 12 Jan 2018 16:12:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=2837#comment-748</guid>

					<description><![CDATA[The example at 3:00 has the output of 1,2,3,7,10,11,12 while your code (at 5:56) has output of 1,2,3,10,11,12.]]></description>
			<content:encoded><![CDATA[<p>The example at 3:00 has the output of 1,2,3,7,10,11,12 while your code (at 5:56) has output of 1,2,3,10,11,12.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
