<?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: The searching &#060;algorithm&#062;s the STL holds secret	</title>
	<atom:link href="https://www.fluentcpp.com/2017/02/02/searching-algorithms-stl-holds-secret/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fluentcpp.com/2017/02/02/searching-algorithms-stl-holds-secret/</link>
	<description>Jonathan Boccara&#039;s blog</description>
	<lastBuildDate>Mon, 18 Sep 2017 07:15:17 +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/02/02/searching-algorithms-stl-holds-secret/#comment-337</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Tue, 13 Jun 2017 12:22:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=624#comment-337</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/02/02/searching-algorithms-stl-holds-secret/#comment-335&quot;&gt;Jin Ke&lt;/a&gt;.

Oh right! Sorry I minsunderstood Jin, you&#039;re totally right. I&#039;ve made the fix now. Thank you!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/02/02/searching-algorithms-stl-holds-secret/#comment-335">Jin Ke</a>.</p>
<p>Oh right! Sorry I minsunderstood Jin, you&#8217;re totally right. I&#8217;ve made the fix now. Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jin Ke		</title>
		<link>https://www.fluentcpp.com/2017/02/02/searching-algorithms-stl-holds-secret/#comment-335</link>

		<dc:creator><![CDATA[Jin Ke]]></dc:creator>
		<pubDate>Mon, 12 Jun 2017 22:28:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=624#comment-335</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/02/02/searching-algorithms-stl-holds-secret/#comment-334&quot;&gt;Jonathan Boccara&lt;/a&gt;.

What I mean is that after the copy operation, the OutIterator &#039;results&#039; is still pointing to the initial position of the output container. When later on you make the assignment *result = std::accumulate(), it will overwrite the content previously copied.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/02/02/searching-algorithms-stl-holds-secret/#comment-334">Jonathan Boccara</a>.</p>
<p>What I mean is that after the copy operation, the OutIterator &#8216;results&#8217; is still pointing to the initial position of the output container. When later on you make the assignment *result = std::accumulate(), it will overwrite the content previously copied.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/02/02/searching-algorithms-stl-holds-secret/#comment-334</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Mon, 12 Jun 2017 09:19:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=624#comment-334</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/02/02/searching-algorithms-stl-holds-secret/#comment-329&quot;&gt;Jin Ke&lt;/a&gt;.

The function assumes that enough space is available at the location pointed to by results. You can use std::back_inserter for delegating memory allocation to the STL and not worry about it.

Did I understand well your question?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/02/02/searching-algorithms-stl-holds-secret/#comment-329">Jin Ke</a>.</p>
<p>The function assumes that enough space is available at the location pointed to by results. You can use std::back_inserter for delegating memory allocation to the STL and not worry about it.</p>
<p>Did I understand well your question?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jin Ke		</title>
		<link>https://www.fluentcpp.com/2017/02/02/searching-algorithms-stl-holds-secret/#comment-329</link>

		<dc:creator><![CDATA[Jin Ke]]></dc:creator>
		<pubDate>Fri, 09 Jun 2017 17:16:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=624#comment-329</guid>

					<description><![CDATA[https://uploads.disquscdn.com/images/6876fe388c438891f439a5ca4b31fc96e311c34bf1c15afa55deca778341cf78.png 

Here results should be updated to the one past the end iterator, isn&#039;t it?]]></description>
			<content:encoded><![CDATA[<p><a href="https://uploads.disquscdn.com/images/6876fe388c438891f439a5ca4b31fc96e311c34bf1c15afa55deca778341cf78.png" rel="nofollow ugc">https://uploads.disquscdn.com/images/6876fe388c438891f439a5ca4b31fc96e311c34bf1c15afa55deca778341cf78.png</a> </p>
<p>Here results should be updated to the one past the end iterator, isn&#8217;t it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vladislav Kaplan		</title>
		<link>https://www.fluentcpp.com/2017/02/02/searching-algorithms-stl-holds-secret/#comment-106</link>

		<dc:creator><![CDATA[Vladislav Kaplan]]></dc:creator>
		<pubDate>Mon, 27 Feb 2017 12:13:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=624#comment-106</guid>

					<description><![CDATA[Thank you.]]></description>
			<content:encoded><![CDATA[<p>Thank you.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
