<?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: unique_ptr, shared_ptr, weak_ptr, scoped_ptr, raw pointers &#8211; Knowing your smart pointers (2/7)	</title>
	<atom:link href="https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/</link>
	<description>Jonathan Boccara&#039;s blog</description>
	<lastBuildDate>Tue, 27 Aug 2019 03:16:12 +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/08/25/knowing-your-smart-pointers/#comment-523</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Thu, 31 Aug 2017 22:29:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1056#comment-523</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/#comment-522&quot;&gt;Sergey Bastrakov&lt;/a&gt;.

You&#039;re right, it&#039;s helpful to state it explicitly. I&#039;ve added this precision to the article. Thanks for your suggestion, and it&#039;s great that you enjoy the blog! Stay tuned :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/#comment-522">Sergey Bastrakov</a>.</p>
<p>You&#8217;re right, it&#8217;s helpful to state it explicitly. I&#8217;ve added this precision to the article. Thanks for your suggestion, and it&#8217;s great that you enjoy the blog! Stay tuned 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sergey Bastrakov		</title>
		<link>https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/#comment-522</link>

		<dc:creator><![CDATA[Sergey Bastrakov]]></dc:creator>
		<pubDate>Thu, 31 Aug 2017 15:11:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1056#comment-522</guid>

					<description><![CDATA[Hey, Jonathan. Accidentally stumbled upon your blog a couple of weeks ago, and now read every post and subscribed - great work! I enjoy both the technical aspect and just as a pleasant read.

Maybe it is worth noting somewhere that std::unique_ptr is a preferable pointer type to be returned from factory-type functions, which is another reason they are #1? Ofc, it could be deduced logically using the ownership argument, but since the post seems to be aimed for not very experienced developers, stating explicitly could be helpful imho.]]></description>
			<content:encoded><![CDATA[<p>Hey, Jonathan. Accidentally stumbled upon your blog a couple of weeks ago, and now read every post and subscribed &#8211; great work! I enjoy both the technical aspect and just as a pleasant read.</p>
<p>Maybe it is worth noting somewhere that std::unique_ptr is a preferable pointer type to be returned from factory-type functions, which is another reason they are #1? Ofc, it could be deduced logically using the ownership argument, but since the post seems to be aimed for not very experienced developers, stating explicitly could be helpful imho.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: lummox_tutelar		</title>
		<link>https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/#comment-518</link>

		<dc:creator><![CDATA[lummox_tutelar]]></dc:creator>
		<pubDate>Wed, 30 Aug 2017 12:46:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1056#comment-518</guid>

					<description><![CDATA[A `boost::scoped_ptr` is a `std::unique_ptr const`.]]></description>
			<content:encoded><![CDATA[<p>A `boost::scoped_ptr` is a `std::unique_ptr const`.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/#comment-505</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Sat, 26 Aug 2017 20:43:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1056#comment-505</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/#comment-504&quot;&gt;Jeremy Chanut&lt;/a&gt;.

Well spotted Jeremy! It&#039;s now corrected.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/#comment-504">Jeremy Chanut</a>.</p>
<p>Well spotted Jeremy! It&#8217;s now corrected.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeremy Chanut		</title>
		<link>https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/#comment-504</link>

		<dc:creator><![CDATA[Jeremy Chanut]]></dc:creator>
		<pubDate>Fri, 25 Aug 2017 17:39:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1056#comment-504</guid>

					<description><![CDATA[Great article thank you !
I just found a typo:
- &quot;but they doesn’t increment&quot;]]></description>
			<content:encoded><![CDATA[<p>Great article thank you !<br />
I just found a typo:<br />
&#8211; &#8220;but they doesn’t increment&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/#comment-503</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Fri, 25 Aug 2017 09:58:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1056#comment-503</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/#comment-502&quot;&gt;Giannis Vrentzos&lt;/a&gt;.

Thanks for your support Giannis, and for sharing this talk!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/#comment-502">Giannis Vrentzos</a>.</p>
<p>Thanks for your support Giannis, and for sharing this talk!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Giannis Vrentzos		</title>
		<link>https://www.fluentcpp.com/2017/08/25/knowing-your-smart-pointers/#comment-502</link>

		<dc:creator><![CDATA[Giannis Vrentzos]]></dc:creator>
		<pubDate>Fri, 25 Aug 2017 09:39:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1056#comment-502</guid>

					<description><![CDATA[Another great post, Jonathan! Waiting for the episode 3 :)

Herb Sutter talked about the weak_prt + cache use case at CppCon 2016. If anyone is interested in learning more about smart pointers, his excellent talk is at https://www.youtube.com/watch?v=JfmTagWcqoE . The weak_ptr part starts at 32m25s.]]></description>
			<content:encoded><![CDATA[<p>Another great post, Jonathan! Waiting for the episode 3 🙂</p>
<p>Herb Sutter talked about the weak_prt + cache use case at CppCon 2016. If anyone is interested in learning more about smart pointers, his excellent talk is at <a href="https://www.youtube.com/watch?v=JfmTagWcqoE" rel="nofollow ugc">https://www.youtube.com/watch?v=JfmTagWcqoE</a> . The weak_ptr part starts at 32m25s.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
