<?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: Move iterators: where the STL meets Move semantics	</title>
	<atom:link href="https://www.fluentcpp.com/2017/04/25/move-iterators/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fluentcpp.com/2017/04/25/move-iterators/</link>
	<description>Jonathan Boccara&#039;s blog</description>
	<lastBuildDate>Fri, 25 May 2018 10:10:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.4</generator>
	<item>
		<title>
		By: Vladislav Kaplan		</title>
		<link>https://www.fluentcpp.com/2017/04/25/move-iterators/#comment-229</link>

		<dc:creator><![CDATA[Vladislav Kaplan]]></dc:creator>
		<pubDate>Thu, 27 Apr 2017 05:55:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1069#comment-229</guid>

					<description><![CDATA[Thank you]]></description>
			<content:encoded><![CDATA[<p>Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan		</title>
		<link>https://www.fluentcpp.com/2017/04/25/move-iterators/#comment-227</link>

		<dc:creator><![CDATA[Jonathan]]></dc:creator>
		<pubDate>Tue, 25 Apr 2017 19:46:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1069#comment-227</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/04/25/move-iterators/#comment-226&quot;&gt;Sandeep&lt;/a&gt;.

This is correct, it will usually be the empty string, unless it fits into the buffer for the small string optimization (SSO), then move will basically be a copy.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/04/25/move-iterators/#comment-226">Sandeep</a>.</p>
<p>This is correct, it will usually be the empty string, unless it fits into the buffer for the small string optimization (SSO), then move will basically be a copy.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sandeep		</title>
		<link>https://www.fluentcpp.com/2017/04/25/move-iterators/#comment-226</link>

		<dc:creator><![CDATA[Sandeep]]></dc:creator>
		<pubDate>Tue, 25 Apr 2017 13:05:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1069#comment-226</guid>

					<description><![CDATA[In the display code above, I think it is not necessary the a moved from object (string in this case) will print &#039;&#039;. The object is in a valid, but unspecified state.]]></description>
			<content:encoded><![CDATA[<p>In the display code above, I think it is not necessary the a moved from object (string in this case) will print &#8221;. The object is in a valid, but unspecified state.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
