<?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 to Make Custom Deleters More Expressive	</title>
	<atom:link href="https://www.fluentcpp.com/2017/09/01/make-custom-deleters-expressive/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fluentcpp.com/2017/09/01/make-custom-deleters-expressive/</link>
	<description>Jonathan Boccara&#039;s blog</description>
	<lastBuildDate>Mon, 18 Sep 2017 07:10:28 +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/09/01/make-custom-deleters-expressive/#comment-545</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Wed, 13 Sep 2017 14:59:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1918#comment-545</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/09/01/make-custom-deleters-expressive/#comment-544&quot;&gt;Puneet Agrawal&lt;/a&gt;.

Yes it&#039;s a good point for the implementation. Thanks for sharing this Puneet.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/09/01/make-custom-deleters-expressive/#comment-544">Puneet Agrawal</a>.</p>
<p>Yes it&#8217;s a good point for the implementation. Thanks for sharing this Puneet.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Puneet Agrawal		</title>
		<link>https://www.fluentcpp.com/2017/09/01/make-custom-deleters-expressive/#comment-544</link>

		<dc:creator><![CDATA[Puneet Agrawal]]></dc:creator>
		<pubDate>Wed, 13 Sep 2017 10:11:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1918#comment-544</guid>

					<description><![CDATA[A good article again. 
want to add one thing when using custom deleters. Probably the original makeConstUnique function can be templatized on the Deleter too, with a default value. This way this has to be never overloaded for any of the custom deleters.
example : https://wandbox.org/permlink/JL41t11I3iWWoMop]]></description>
			<content:encoded><![CDATA[<p>A good article again.<br />
want to add one thing when using custom deleters. Probably the original makeConstUnique function can be templatized on the Deleter too, with a default value. This way this has to be never overloaded for any of the custom deleters.<br />
example : <a href="https://wandbox.org/permlink/JL41t11I3iWWoMop" rel="nofollow ugc">https://wandbox.org/permlink/JL41t11I3iWWoMop</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Daniel Houck		</title>
		<link>https://www.fluentcpp.com/2017/09/01/make-custom-deleters-expressive/#comment-525</link>

		<dc:creator><![CDATA[Daniel Houck]]></dc:creator>
		<pubDate>Fri, 01 Sep 2017 17:52:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1918#comment-525</guid>

					<description><![CDATA[That does simplify things, although I still prefer the way `shared_ptr`s handle deleters.

Just so you know, there was a period this morning where your RSS feed showed next Tuesday’s article. If you weren’t already aware of that, you might want to be more careful when you change your queued post schedule.]]></description>
			<content:encoded><![CDATA[<p>That does simplify things, although I still prefer the way `shared_ptr`s handle deleters.</p>
<p>Just so you know, there was a period this morning where your RSS feed showed next Tuesday’s article. If you weren’t already aware of that, you might want to be more careful when you change your queued post schedule.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
