<?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 STL debug library</title>
	<atom:link href="http://blog.stefan-weigand.de/2009/05/04/the-stl-debug-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stefan-weigand.de/2009/05/04/the-stl-debug-library/</link>
	<description>v0.7 Beta</description>
	<lastBuildDate>Tue, 10 Jan 2012 03:07:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Martin Ettl</title>
		<link>http://blog.stefan-weigand.de/2009/05/04/the-stl-debug-library/comment-page-1/#comment-21212</link>
		<dc:creator>Martin Ettl</dc:creator>
		<pubDate>Mon, 20 Sep 2010 10:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stefan-weigand.de/?p=547#comment-21212</guid>
		<description>you ever used cppcheck. It is an open source tool for finding these bugs.
Scanning your expample with cppcheck, gives the following output:

$ cppcheck --enable=all Stl.cpp
Checking Stl.cpp...
[Stl.cpp:12]: (error) After push_back, the iterator &#039;iter&#039; may be invalid


Best regards

Martin Ettl</description>
		<content:encoded><![CDATA[<p>you ever used cppcheck. It is an open source tool for finding these bugs.<br />
Scanning your expample with cppcheck, gives the following output:</p>
<p>$ cppcheck &#8211;enable=all Stl.cpp<br />
Checking Stl.cpp&#8230;<br />
[Stl.cpp:12]: (error) After push_back, the iterator &#8216;iter&#8217; may be invalid</p>
<p>Best regards</p>
<p>Martin Ettl</p>
]]></content:encoded>
	</item>
</channel>
</rss>

