<?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: Expressive C++ Template Metaprogramming	</title>
	<atom:link href="https://www.fluentcpp.com/2017/06/02/write-template-metaprogramming-expressively/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fluentcpp.com/2017/06/02/write-template-metaprogramming-expressively/</link>
	<description>Jonathan Boccara&#039;s blog</description>
	<lastBuildDate>Sun, 07 Jul 2019 09:12:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.4</generator>
	<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/06/02/write-template-metaprogramming-expressively/#comment-324</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Fri, 09 Jun 2017 08:15:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1216#comment-324</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/06/02/write-template-metaprogramming-expressively/#comment-319&quot;&gt;Bengt Gustafsson&lt;/a&gt;.

I get what you&#039;re saying. I think I meant void, because it allows to have unnamed template parameters, and here the template parmameters carry no meaning by themselves. But your solution works too.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/06/02/write-template-metaprogramming-expressively/#comment-319">Bengt Gustafsson</a>.</p>
<p>I get what you&#8217;re saying. I think I meant void, because it allows to have unnamed template parameters, and here the template parmameters carry no meaning by themselves. But your solution works too.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bengt Gustafsson		</title>
		<link>https://www.fluentcpp.com/2017/06/02/write-template-metaprogramming-expressively/#comment-319</link>

		<dc:creator><![CDATA[Bengt Gustafsson]]></dc:creator>
		<pubDate>Wed, 07 Jun 2017 22:03:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1216#comment-319</guid>

					<description><![CDATA[I think you mean:

template using try_to_instantiate = std;;void_t;

At the top of some examples, not   = void.]]></description>
			<content:encoded><![CDATA[<p>I think you mean:</p>
<p>template using try_to_instantiate = std;;void_t;</p>
<p>At the top of some examples, not   = void.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul Cook		</title>
		<link>https://www.fluentcpp.com/2017/06/02/write-template-metaprogramming-expressively/#comment-305</link>

		<dc:creator><![CDATA[Paul Cook]]></dc:creator>
		<pubDate>Sat, 03 Jun 2017 08:40:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1216#comment-305</guid>

					<description><![CDATA[Excellent. Well timed too for me. I&#039;ve been playing with TMP recently and this article is very useful. Thanks.]]></description>
			<content:encoded><![CDATA[<p>Excellent. Well timed too for me. I&#8217;ve been playing with TMP recently and this article is very useful. Thanks.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
