<?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: Snippet: Vector to Output Stream</title>
	<atom:link href="http://tinodidriksen.com/2010/01/31/snippet-vector-to-output-stream/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinodidriksen.com/2010/01/31/snippet-vector-to-output-stream/</link>
	<description>The words and ideas of Tino Didriksen</description>
	<lastBuildDate>Tue, 17 Apr 2012 21:03:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Pierre</title>
		<link>http://tinodidriksen.com/2010/01/31/snippet-vector-to-output-stream/#comment-12536</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Mon, 19 Mar 2012 10:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://tinodidriksen.com/?p=169#comment-12536</guid>
		<description>copy(vec.begin(), vec.end(), ostream_iterator(std::cout,&quot;,&quot;);

Work as good as you ask. (You have to add the &quot;[&quot; and &quot;]&quot; manually).</description>
		<content:encoded><![CDATA[<p>copy(vec.begin(), vec.end(), ostream_iterator(std::cout,&#8221;,&#8221;);</p>
<p>Work as good as you ask. (You have to add the &#8220;[" and "]&#8221; manually).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

