<?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: How to Delete Duplicate entries from STL containers?</title>
	<atom:link href="http://weseetips.com/2009/04/16/how-to-delete-duplicate-entries-from-stl-containers/feed/" rel="self" type="application/rss+xml" />
	<link>http://weseetips.com/2009/04/16/how-to-delete-duplicate-entries-from-stl-containers/</link>
	<description>Gold mine of Visual C++ tricks!</description>
	<lastBuildDate>Wed, 14 Mar 2012 05:55:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: laxmikant</title>
		<link>http://weseetips.com/2009/04/16/how-to-delete-duplicate-entries-from-stl-containers/comment-page-1/#comment-13157</link>
		<dc:creator>laxmikant</dc:creator>
		<pubDate>Fri, 08 Apr 2011 09:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.com/?p=996#comment-13157</guid>
		<description>really good tips</description>
		<content:encoded><![CDATA[<p>really good tips</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RRaveen</title>
		<link>http://weseetips.com/2009/04/16/how-to-delete-duplicate-entries-from-stl-containers/comment-page-1/#comment-314</link>
		<dc:creator>RRaveen</dc:creator>
		<pubDate>Sun, 12 Jul 2009 14:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.com/?p=996#comment-314</guid>
		<description>Dear Friend,
I don&#039;t know this is correct place to put this message, anyhow, I&#039;m just writing, if you are think is it&#039;s wrong please ignore.You are articles are nice and excellent concept. I would like to invite to newly launched .NET Programming website the codegain.com on 1st of this June 2009. Currently CodeGain has more than 450 articles within the a month under the followings categories C#, VB.NET,ASP.NET,WPF,WCF,WFF,LINQ,SilverLight, AJAX, JQuery, JavaScript, Sql Servers , Oracle and more. To more list of categories visit the http://www.codegain.com. I have seen you are writing greatest article to web portal, I</description>
		<content:encoded><![CDATA[<p>Dear Friend,<br />
I don&#8217;t know this is correct place to put this message, anyhow, I&#8217;m just writing, if you are think is it&#8217;s wrong please ignore.You are articles are nice and excellent concept. I would like to invite to newly launched .NET Programming website the codegain.com on 1st of this June 2009. Currently CodeGain has more than 450 articles within the a month under the followings categories C#, VB.NET,ASP.NET,WPF,WCF,WFF,LINQ,SilverLight, AJAX, JQuery, JavaScript, Sql Servers , Oracle and more. To more list of categories visit the <a href="http://www.codegain.com" rel="nofollow">http://www.codegain.com</a>. I have seen you are writing greatest article to web portal, I</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://weseetips.com/2009/04/16/how-to-delete-duplicate-entries-from-stl-containers/comment-page-1/#comment-313</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 26 Jun 2009 11:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.com/?p=996#comment-313</guid>
		<description>This code will not work as intended.

The elements after the iterator &quot;Itr&quot; are undefined; they are not necessarily the &quot;duplicates&quot;.

See: http://www.sgi.com/tech/stl/unique.html  It clearly states that: &quot;The iterators in the range [new_last, last) are all still dereferenceable, but the elements that they point to are unspecified.&quot;</description>
		<content:encoded><![CDATA[<p>This code will not work as intended.</p>
<p>The elements after the iterator &#8220;Itr&#8221; are undefined; they are not necessarily the &#8220;duplicates&#8221;.</p>
<p>See: <a href="http://www.sgi.com/tech/stl/unique.html" rel="nofollow">http://www.sgi.com/tech/stl/unique.html</a>  It clearly states that: &#8220;The iterators in the range [new_last, last) are all still dereferenceable, but the elements that they point to are unspecified.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jijo.Raj</title>
		<link>http://weseetips.com/2009/04/16/how-to-delete-duplicate-entries-from-stl-containers/comment-page-1/#comment-312</link>
		<dc:creator>Jijo.Raj</dc:creator>
		<pubDate>Thu, 23 Apr 2009 11:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.com/?p=996#comment-312</guid>
		<description>Thanks Sarath :)

Regards,
Jijo.</description>
		<content:encoded><![CDATA[<p>Thanks Sarath <img src='http://weseetips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,<br />
Jijo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarath</title>
		<link>http://weseetips.com/2009/04/16/how-to-delete-duplicate-entries-from-stl-containers/comment-page-1/#comment-311</link>
		<dc:creator>Sarath</dc:creator>
		<pubDate>Tue, 21 Apr 2009 03:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://weseetips.com/?p=996#comment-311</guid>
		<description>Good Tip...</description>
		<content:encoded><![CDATA[<p>Good Tip&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

