<?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#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Introduction to SFINAE</title>
	<atom:link href="http://alpmestan.wordpress.com/2009/10/29/introduction-to-sfinae/feed/" rel="self" type="application/rss+xml" />
	<link>http://alpmestan.wordpress.com/2009/10/29/introduction-to-sfinae/</link>
	<description>C++, Haskell and Math for pleasure</description>
	<lastBuildDate>Thu, 08 Mar 2012 20:44:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: alpmestan</title>
		<link>http://alpmestan.wordpress.com/2009/10/29/introduction-to-sfinae/#comment-15</link>
		<dc:creator><![CDATA[alpmestan]]></dc:creator>
		<pubDate>Thu, 29 Oct 2009 20:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://alpmestan.wordpress.com/?p=36#comment-15</guid>
		<description><![CDATA[Right, should be okay now, thanks.]]></description>
		<content:encoded><![CDATA[<p>Right, should be okay now, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rmn</title>
		<link>http://alpmestan.wordpress.com/2009/10/29/introduction-to-sfinae/#comment-14</link>
		<dc:creator><![CDATA[rmn]]></dc:creator>
		<pubDate>Thu, 29 Oct 2009 18:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://alpmestan.wordpress.com/?p=36#comment-14</guid>
		<description><![CDATA[You might find this interesting:
http://cplusplus.co.il/2009/09/11/substitution-failure-is-not-an-error-1/]]></description>
		<content:encoded><![CDATA[<p>You might find this interesting:<br />
<a href="http://cplusplus.co.il/2009/09/11/substitution-failure-is-not-an-error-1/" rel="nofollow">http://cplusplus.co.il/2009/09/11/substitution-failure-is-not-an-error-1/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bjarne</title>
		<link>http://alpmestan.wordpress.com/2009/10/29/introduction-to-sfinae/#comment-12</link>
		<dc:creator><![CDATA[bjarne]]></dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://alpmestan.wordpress.com/?p=36#comment-12</guid>
		<description><![CDATA[sorry! should be &lt; and &gt;]]></description>
		<content:encoded><![CDATA[<p>sorry! should be &lt; and &gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bjarne</title>
		<link>http://alpmestan.wordpress.com/2009/10/29/introduction-to-sfinae/#comment-11</link>
		<dc:creator><![CDATA[bjarne]]></dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://alpmestan.wordpress.com/?p=36#comment-11</guid>
		<description><![CDATA[wordpress is eating &amp;lt and &amp;gt, code should look like this

template &amp;lttypename widget_type&amp;gt
typename widget_type::label_tag show(widget_type&amp; w)
{
    std::cout&lt;&lt; &quot;I&#039;m a label&quot; &lt;&lt; std::endl;
}

template &amp;lttypename widget_type&amp;gt
typename widget_type::button_tag show(widget_type&amp; w)
{
    std::cout &lt;&lt; &quot;I&#039;m a button&quot; &lt;&lt; std::endl;
}]]></description>
		<content:encoded><![CDATA[<p>wordpress is eating &amp;lt and &amp;gt, code should look like this</p>
<p>template &amp;lttypename widget_type&amp;gt<br />
typename widget_type::label_tag show(widget_type&amp; w)<br />
{<br />
    std::cout&lt;&lt; &quot;I&#039;m a label&quot; &lt;&lt; std::endl;<br />
}</p>
<p>template &amp;lttypename widget_type&amp;gt<br />
typename widget_type::button_tag show(widget_type&amp; w)<br />
{<br />
    std::cout &lt;&lt; &quot;I&#039;m a button&quot; &lt;&lt; std::endl;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
