<?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: C++ Meta-Programming in KDevelop4: Another Milestone</title>
	<atom:link href="http://zwabel.wordpress.com/2008/12/18/c-template-support-in-kdevelop4-another-milestone/feed/" rel="self" type="application/rss+xml" />
	<link>http://zwabel.wordpress.com/2008/12/18/c-template-support-in-kdevelop4-another-milestone/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 19 Mar 2012 16:06:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: abcman</title>
		<link>http://zwabel.wordpress.com/2008/12/18/c-template-support-in-kdevelop4-another-milestone/#comment-423</link>
		<dc:creator><![CDATA[abcman]]></dc:creator>
		<pubDate>Wed, 25 Mar 2009 07:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://zwabel.wordpress.com/?p=37#comment-423</guid>
		<description><![CDATA[Is it expected in KDevelop4 to support at least some C++0x features? Like variadic templates, lambda functions, etc?]]></description>
		<content:encoded><![CDATA[<p>Is it expected in KDevelop4 to support at least some C++0x features? Like variadic templates, lambda functions, etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arash</title>
		<link>http://zwabel.wordpress.com/2008/12/18/c-template-support-in-kdevelop4-another-milestone/#comment-222</link>
		<dc:creator><![CDATA[arash]]></dc:creator>
		<pubDate>Fri, 23 Jan 2009 21:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://zwabel.wordpress.com/?p=37#comment-222</guid>
		<description><![CDATA[how i can download this]]></description>
		<content:encoded><![CDATA[<p>how i can download this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jos</title>
		<link>http://zwabel.wordpress.com/2008/12/18/c-template-support-in-kdevelop4-another-milestone/#comment-201</link>
		<dc:creator><![CDATA[Jos]]></dc:creator>
		<pubDate>Thu, 08 Jan 2009 12:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://zwabel.wordpress.com/?p=37#comment-201</guid>
		<description><![CDATA[You should come to FOSDEM and give a talk on this excellent stuff.]]></description>
		<content:encoded><![CDATA[<p>You should come to FOSDEM and give a talk on this excellent stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Posts &#171; WordPress.com</title>
		<link>http://zwabel.wordpress.com/2008/12/18/c-template-support-in-kdevelop4-another-milestone/#comment-183</link>
		<dc:creator><![CDATA[Top Posts &#171; WordPress.com]]></dc:creator>
		<pubDate>Sat, 20 Dec 2008 00:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://zwabel.wordpress.com/?p=37#comment-183</guid>
		<description><![CDATA[[...]  C++ Meta-Programming in KDevelop4: Another Milestone Templates are one of the extremely powerful features of C++ that set it apart from most other languages. You can do [...] [...]]]></description>
		<content:encoded><![CDATA[<p>[...]  C++ Meta-Programming in KDevelop4: Another Milestone Templates are one of the extremely powerful features of C++ that set it apart from most other languages. You can do [...] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan (Borker)</title>
		<link>http://zwabel.wordpress.com/2008/12/18/c-template-support-in-kdevelop4-another-milestone/#comment-182</link>
		<dc:creator><![CDATA[Nathan (Borker)]]></dc:creator>
		<pubDate>Thu, 18 Dec 2008 18:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://zwabel.wordpress.com/?p=37#comment-182</guid>
		<description><![CDATA[I&#039;ve been SVN upping kdevelop nearly daily for the last few weeks and am routinely impressed every time I do. Much thanks for all your hard work.

As for the highlighting / context / code completion colours, perhaps a mock-up competition on the dot or kde-look or something (they&#039;re fine with me as they are, but I have all the natural artist sensibility of a colour blind gerbil so that doesn&#039;t mean much...).

cheers
Nathan]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been SVN upping kdevelop nearly daily for the last few weeks and am routinely impressed every time I do. Much thanks for all your hard work.</p>
<p>As for the highlighting / context / code completion colours, perhaps a mock-up competition on the dot or kde-look or something (they&#8217;re fine with me as they are, but I have all the natural artist sensibility of a colour blind gerbil so that doesn&#8217;t mean much&#8230;).</p>
<p>cheers<br />
Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eckhart</title>
		<link>http://zwabel.wordpress.com/2008/12/18/c-template-support-in-kdevelop4-another-milestone/#comment-181</link>
		<dc:creator><![CDATA[Eckhart]]></dc:creator>
		<pubDate>Thu, 18 Dec 2008 16:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://zwabel.wordpress.com/?p=37#comment-181</guid>
		<description><![CDATA[Damn Wordpress, third try:

@illissius: Depending on whether i is prime or not, is_prime_real(i) is either based on mark_prime(true) or mark_prime(false), and therefore either inherits mark_prime(true)::prime_result or mark_prime(false)::prime_result. Hovering over one mark_prime(true)::prime_result highlights all occurrences of mark_prime(true)::prime_result.

Replace braces.]]></description>
		<content:encoded><![CDATA[<p>Damn WordPress, third try:</p>
<p>@illissius: Depending on whether i is prime or not, is_prime_real(i) is either based on mark_prime(true) or mark_prime(false), and therefore either inherits mark_prime(true)::prime_result or mark_prime(false)::prime_result. Hovering over one mark_prime(true)::prime_result highlights all occurrences of mark_prime(true)::prime_result.</p>
<p>Replace braces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eckhart</title>
		<link>http://zwabel.wordpress.com/2008/12/18/c-template-support-in-kdevelop4-another-milestone/#comment-180</link>
		<dc:creator><![CDATA[Eckhart]]></dc:creator>
		<pubDate>Thu, 18 Dec 2008 16:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://zwabel.wordpress.com/?p=37#comment-180</guid>
		<description><![CDATA[@illissius: Depending on whether i is prime or not, is_prime_real&lt;i&gt; is either based on mark_prime or mark_prime, and therefore either inherits mark_prime::prime_result or mark_prime::prime_result. Hovering over one mark_prime::prime_result highlights all occurrences of mark_prime::prime_result.]]></description>
		<content:encoded><![CDATA[<p>@illissius: Depending on whether i is prime or not, is_prime_real<i> is either based on mark_prime or mark_prime, and therefore either inherits mark_prime::prime_result or mark_prime::prime_result. Hovering over one mark_prime::prime_result highlights all occurrences of mark_prime::prime_result.</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eckhart</title>
		<link>http://zwabel.wordpress.com/2008/12/18/c-template-support-in-kdevelop4-another-milestone/#comment-179</link>
		<dc:creator><![CDATA[Eckhart]]></dc:creator>
		<pubDate>Thu, 18 Dec 2008 16:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://zwabel.wordpress.com/?p=37#comment-179</guid>
		<description><![CDATA[@illissius: Depending on whether i is prime or not, is_prime_real&lt;i&gt; is either based on mark_prime or mark_prime, and therefore either inherits mark_prime::prime_result or mark_prime::prime_result. Hovering over one mark_prime::prime_result highlights all occurrences of mark_prime::prime_result, since it&#039;s the same.]]></description>
		<content:encoded><![CDATA[<p>@illissius: Depending on whether i is prime or not, is_prime_real<i> is either based on mark_prime or mark_prime, and therefore either inherits mark_prime::prime_result or mark_prime::prime_result. Hovering over one mark_prime::prime_result highlights all occurrences of mark_prime::prime_result, since it&#8217;s the same.</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: illissius</title>
		<link>http://zwabel.wordpress.com/2008/12/18/c-template-support-in-kdevelop4-another-milestone/#comment-178</link>
		<dc:creator><![CDATA[illissius]]></dc:creator>
		<pubDate>Thu, 18 Dec 2008 15:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://zwabel.wordpress.com/?p=37#comment-178</guid>
		<description><![CDATA[This is crazy stuff. Good job.

For the prime numbers example, what specifically did you do to get it to highlight the prime instantiations? (Or was that just some custom code to demonstrate the feature?)

I&#039;m also not a huge template guru (yet), but is the code for mark_prime in that screenshot correct? With isPrime as the template parameter and prime_result in the enum, but neither of those appearing anywhere else? Aren&#039;t those two supposed to be the same?]]></description>
		<content:encoded><![CDATA[<p>This is crazy stuff. Good job.</p>
<p>For the prime numbers example, what specifically did you do to get it to highlight the prime instantiations? (Or was that just some custom code to demonstrate the feature?)</p>
<p>I&#8217;m also not a huge template guru (yet), but is the code for mark_prime in that screenshot correct? With isPrime as the template parameter and prime_result in the enum, but neither of those appearing anywhere else? Aren&#8217;t those two supposed to be the same?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PAW</title>
		<link>http://zwabel.wordpress.com/2008/12/18/c-template-support-in-kdevelop4-another-milestone/#comment-177</link>
		<dc:creator><![CDATA[PAW]]></dc:creator>
		<pubDate>Thu, 18 Dec 2008 13:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://zwabel.wordpress.com/?p=37#comment-177</guid>
		<description><![CDATA[Boost-proof code-completion == C++ IDE killer feature =&gt; KDevelop word domination :)]]></description>
		<content:encoded><![CDATA[<p>Boost-proof code-completion == C++ IDE killer feature =&gt; KDevelop word domination <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
