<?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: Template Partial Specialization In C++	</title>
	<atom:link href="https://www.fluentcpp.com/2017/08/11/how-to-do-partial-template-specialization-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fluentcpp.com/2017/08/11/how-to-do-partial-template-specialization-in-c/</link>
	<description>Jonathan Boccara&#039;s blog</description>
	<lastBuildDate>Mon, 18 Sep 2017 07:16:30 +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/11/how-to-do-partial-template-specialization-in-c/#comment-484</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Fri, 11 Aug 2017 11:44:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1448#comment-484</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/08/11/how-to-do-partial-template-specialization-in-c/#comment-481&quot;&gt;falgon&lt;/a&gt;.

Thanks for digging this out!
So if I summarize what this document says, the feature has been considered a while ago, and left out because the version of concepts that would itself be later abandoned should have solved the problem.
This suggests that there is nothing wrong in allowing function template partial specialization, but we don&#039;t know if it will be in the language one day.
Thanks for sharing this, it&#039;s helpful.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/08/11/how-to-do-partial-template-specialization-in-c/#comment-481">falgon</a>.</p>
<p>Thanks for digging this out!<br />
So if I summarize what this document says, the feature has been considered a while ago, and left out because the version of concepts that would itself be later abandoned should have solved the problem.<br />
This suggests that there is nothing wrong in allowing function template partial specialization, but we don&#8217;t know if it will be in the language one day.<br />
Thanks for sharing this, it&#8217;s helpful.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/08/11/how-to-do-partial-template-specialization-in-c/#comment-483</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Fri, 11 Aug 2017 11:39:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1448#comment-483</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/08/11/how-to-do-partial-template-specialization-in-c/#comment-482&quot;&gt;/dev/null&lt;/a&gt;.

You&#039;re absolutely right, I fixed this. This lets the function be used in static asserts for example. Thanks for pointing this out!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/08/11/how-to-do-partial-template-specialization-in-c/#comment-482">/dev/null</a>.</p>
<p>You&#8217;re absolutely right, I fixed this. This lets the function be used in static asserts for example. Thanks for pointing this out!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: /dev/null		</title>
		<link>https://www.fluentcpp.com/2017/08/11/how-to-do-partial-template-specialization-in-c/#comment-482</link>

		<dc:creator><![CDATA[/dev/null]]></dc:creator>
		<pubDate>Fri, 11 Aug 2017 11:04:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1448#comment-482</guid>

					<description><![CDATA[shouldn&#039;t `_()` be `constexpr`?]]></description>
			<content:encoded><![CDATA[<p>shouldn&#8217;t `_()` be `constexpr`?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: falgon		</title>
		<link>https://www.fluentcpp.com/2017/08/11/how-to-do-partial-template-specialization-in-c/#comment-481</link>

		<dc:creator><![CDATA[falgon]]></dc:creator>
		<pubDate>Fri, 11 Aug 2017 10:18:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1448#comment-481</guid>

					<description><![CDATA[Nice post!

&#062; Does anyone know the reason for restricting on function template specialization?

I think that this document shows a reason.
n2173 #229: partial specialization of function templates: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2173.html]]></description>
			<content:encoded><![CDATA[<p>Nice post!</p>
<p>&gt; Does anyone know the reason for restricting on function template specialization?</p>
<p>I think that this document shows a reason.<br />
n2173 #229: partial specialization of function templates: <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2173.html" rel="nofollow ugc">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2173.html</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
