<?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/"
		>
<channel>
	<title>Comments on: The C++ Boost Libraries (Part 2 &#8211; boost::assign)</title>
	<atom:link href="http://sandfly.net.nz/blog/2009/01/the-c-boost-libraries-part-2-boostassign/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandfly.net.nz/blog/2009/01/the-c-boost-libraries-part-2-boostassign/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-c-boost-libraries-part-2-boostassign</link>
	<description>Life, technology</description>
	<lastBuildDate>Tue, 15 May 2012 21:24:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Andrew</title>
		<link>http://sandfly.net.nz/blog/2009/01/the-c-boost-libraries-part-2-boostassign/comment-page-1/#comment-472</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 01 Jun 2009 21:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://sandfly.net.nz/blog/?p=330#comment-472</guid>
		<description>Tarun, you are correct. I probably should have mentioned that in the post.

Both the following lines are assumed in the code samples:

using namespace std;
using namespace boost::assign;</description>
		<content:encoded><![CDATA[<p>Tarun, you are correct. I probably should have mentioned that in the post.</p>
<p>Both the following lines are assumed in the code samples:</p>
<p>using namespace std;<br />
using namespace boost::assign;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarun Elankath</title>
		<link>http://sandfly.net.nz/blog/2009/01/the-c-boost-libraries-part-2-boostassign/comment-page-1/#comment-471</link>
		<dc:creator>Tarun Elankath</dc:creator>
		<pubDate>Mon, 01 Jun 2009 14:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://sandfly.net.nz/blog/?p=330#comment-471</guid>
		<description>For the newbie:

Please don&#039;t forget this:
using namespace boost::assign

other wise &#039;operator+=&#039;, &#039;operator,&#039;  etc will not be resolved.</description>
		<content:encoded><![CDATA[<p>For the newbie:</p>
<p>Please don&#8217;t forget this:<br />
using namespace boost::assign</p>
<p>other wise &#8216;operator+=&#8217;, &#8216;operator,&#8217;  etc will not be resolved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://sandfly.net.nz/blog/2009/01/the-c-boost-libraries-part-2-boostassign/comment-page-1/#comment-470</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sun, 31 May 2009 02:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://sandfly.net.nz/blog/?p=330#comment-470</guid>
		<description>You are both right, I usually go through and fix up the markup for my C++ code but I screwed up this post.</description>
		<content:encoded><![CDATA[<p>You are both right, I usually go through and fix up the markup for my C++ code but I screwed up this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://sandfly.net.nz/blog/2009/01/the-c-boost-libraries-part-2-boostassign/comment-page-1/#comment-469</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 29 May 2009 13:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://sandfly.net.nz/blog/?p=330#comment-469</guid>
		<description>comptrol: I just made a similar comment on another post.  It just occured to me, I think WordPress is dropping/not encoding the angle brackets correctly and then FireFox is interpreting &lt;string&gt; as a html tag.

Andrew: There are a few syntax highlighting plugins which may help with this.</description>
		<content:encoded><![CDATA[<p>comptrol: I just made a similar comment on another post.  It just occured to me, I think WordPress is dropping/not encoding the angle brackets correctly and then FireFox is interpreting &lt;string&gt; as a html tag.</p>
<p>Andrew: There are a few syntax highlighting plugins which may help with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: comptrol</title>
		<link>http://sandfly.net.nz/blog/2009/01/the-c-boost-libraries-part-2-boostassign/comment-page-1/#comment-443</link>
		<dc:creator>comptrol</dc:creator>
		<pubDate>Sat, 02 May 2009 19:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://sandfly.net.nz/blog/?p=330#comment-443</guid>
		<description>why are your template arguments missing? secondly, wouldn&#039;t it be better if you give the corresponding libraries boost links?</description>
		<content:encoded><![CDATA[<p>why are your template arguments missing? secondly, wouldn&#8217;t it be better if you give the corresponding libraries boost links?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

