<?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 for David  Claridge</title>
	<atom:link href="http://blog.daave.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.daave.com</link>
	<description>The occasional ramblings of a Computer Science student in Sydney, Australia</description>
	<lastBuildDate>Wed, 09 Dec 2009 22:02:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Ode to Enum by DGentry</title>
		<link>http://blog.daave.com/2009/11/30/ode-to-enum/#comment-911</link>
		<dc:creator>DGentry</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daave.com/?p=112#comment-911</guid>
		<description>I&#039;m glad you found it useful, it was a fun one to write.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you found it useful, it was a fun one to write.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Thanks Boost! by Chris Neugebauer</title>
		<link>http://blog.daave.com/2009/09/14/thanks-boost/#comment-904</link>
		<dc:creator>Chris Neugebauer</dc:creator>
		<pubDate>Mon, 14 Sep 2009 00:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daave.com/?p=106#comment-904</guid>
		<description>But will they still give you juice next year even if you _don&#039;t_ go back for the remainder of the year?

(I&#039;d take a free Boost every year if I could :P)</description>
		<content:encoded><![CDATA[<p>But will they still give you juice next year even if you _don&#8217;t_ go back for the remainder of the year?</p>
<p>(I&#8217;d take a free Boost every year if I could <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Currying &amp; C++ by Jayen</title>
		<link>http://blog.daave.com/2009/05/16/currying-c/#comment-901</link>
		<dc:creator>Jayen</dc:creator>
		<pubDate>Thu, 11 Jun 2009 06:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daave.com/?p=85#comment-901</guid>
		<description>Why wait?</description>
		<content:encoded><![CDATA[<p>Why wait?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Currying &amp; C++ by Dave</title>
		<link>http://blog.daave.com/2009/05/16/currying-c/#comment-900</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 11 Jun 2009 01:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daave.com/?p=85#comment-900</guid>
		<description>In C++0x, with variadic templates, that won&#039;t be necessary :-)</description>
		<content:encoded><![CDATA[<p>In C++0x, with variadic templates, that won&#8217;t be necessary <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Currying &amp; C++ by Jayen</title>
		<link>http://blog.daave.com/2009/05/16/currying-c/#comment-899</link>
		<dc:creator>Jayen</dc:creator>
		<pubDate>Wed, 10 Jun 2009 23:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daave.com/?p=85#comment-899</guid>
		<description>just look at /usr/include/c++/4.3/backward/binders.h and write your own!</description>
		<content:encoded><![CDATA[<p>just look at /usr/include/c++/4.3/backward/binders.h and write your own!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Currying &amp; C++ by Dave</title>
		<link>http://blog.daave.com/2009/05/16/currying-c/#comment-898</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 17 May 2009 07:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daave.com/?p=85#comment-898</guid>
		<description>You would need an nth_argument_type field in an nary_traits superclass... which unfortunately I don&#039;t believe C++ can generate on the fly... but perhaps one could write a python script to produce the required templates on demand!</description>
		<content:encoded><![CDATA[<p>You would need an nth_argument_type field in an nary_traits superclass&#8230; which unfortunately I don&#8217;t believe C++ can generate on the fly&#8230; but perhaps one could write a python script to produce the required templates on demand!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Currying &amp; C++ by Chris Neugebauer</title>
		<link>http://blog.daave.com/2009/05/16/currying-c/#comment-897</link>
		<dc:creator>Chris Neugebauer</dc:creator>
		<pubDate>Sat, 16 May 2009 08:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daave.com/?p=85#comment-897</guid>
		<description>It doesn&#039;t strike me as to how one would actually go about binding an arbitrary positional argument, which I suppose is why there isn&#039;t an arbitrary &#039;bindnth&#039; function that can be used to do exactly that.

That said, I think it&#039;s cool, too! (Just wish I knew about it before I gave my talk yesterday... grumble)</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t strike me as to how one would actually go about binding an arbitrary positional argument, which I suppose is why there isn&#8217;t an arbitrary &#8216;bindnth&#8217; function that can be used to do exactly that.</p>
<p>That said, I think it&#8217;s cool, too! (Just wish I knew about it before I gave my talk yesterday&#8230; grumble)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The amount of stuff on the Internet that&#8217;s never been read by anyone other than the person who wrote it. by Andrew Harvey</title>
		<link>http://blog.daave.com/2007/08/07/the-amount-of-stuff-on-the-internet-thats-never-been-read-by-anyone-other-than-the-person-who-wrote-it/#comment-895</link>
		<dc:creator>Andrew Harvey</dc:creator>
		<pubDate>Fri, 20 Mar 2009 07:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daave.com/2007/08/07/the-amount-of-stuff-on-the-internet-thats-never-been-read-by-anyone-other-than-the-person-who-wrote-it/#comment-895</guid>
		<description>.... i&#039;m reading this...</description>
		<content:encoded><![CDATA[<p>&#8230;. i&#8217;m reading this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux.conf.au &#8216;09 picks by SimSim</title>
		<link>http://blog.daave.com/2008/12/29/linuxconfau-09-picks/#comment-893</link>
		<dc:creator>SimSim</dc:creator>
		<pubDate>Wed, 28 Jan 2009 04:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daave.com/?p=68#comment-893</guid>
		<description>So much for blogging about the seminars you went to and what they were about!!</description>
		<content:encoded><![CDATA[<p>So much for blogging about the seminars you went to and what they were about!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on /home/new (geeks take on the RealWorld[tm]) by Robert</title>
		<link>http://blog.daave.com/2008/11/02/homenew-geeks-take-on-the-realworldtm/#comment-892</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 22 Jan 2009 12:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://dclaridge.wordpress.com/?p=50#comment-892</guid>
		<description>Wow, q14, I just checked it out on the map...that&#039;s so damn close. Well I&#039;m green with envy, you travel one minute fourty to get in. I travel one hour fourty to get in. I like your location better. :)</description>
		<content:encoded><![CDATA[<p>Wow, q14, I just checked it out on the map&#8230;that&#8217;s so damn close. Well I&#8217;m green with envy, you travel one minute fourty to get in. I travel one hour fourty to get in. I like your location better. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
