<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Random thoughts along the roadside... &#187; Snippet</title>
	<atom:link href="http://www.virtualroadside.com/blog/index.php/category/snippet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtualroadside.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 03 Oct 2011 07:24:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>C++ template-fu: delete_if</title>
		<link>http://www.virtualroadside.com/blog/index.php/2008/11/09/c-template-fu-delete_if/</link>
		<comments>http://www.virtualroadside.com/blog/index.php/2008/11/09/c-template-fu-delete_if/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 08:12:10 +0000</pubDate>
		<dc:creator>dustin</dc:creator>
				<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.virtualroadside.com/blog/?p=194</guid>
		<description><![CDATA[I&#8217;ve been doing a lot of work with templates lately, for my R* tree implementation (which is morphing into a R* tree and a B tree library) and some things that I&#8217;ve been playing around with for Roadnav, especially in regards to serialization. Heres a neat snippet that I created: template &#60;bool&#62; struct delete_if { [...]]]></description>
		<wfw:commentRss>http://www.virtualroadside.com/blog/index.php/2008/11/09/c-template-fu-delete_if/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

