<?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: INI Parser</title>
	<atom:link href="http://rezolabs.com/gnu-linux/ini-parser/feed/" rel="self" type="application/rss+xml" />
	<link>http://rezolabs.com/gnu-linux/ini-parser/</link>
	<description>Yet another nerd blog about GNU/Linux and Web Development!</description>
	<lastBuildDate>Wed, 25 Feb 2009 19:21:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Eric Nitzsche</title>
		<link>http://rezolabs.com/gnu-linux/ini-parser/comment-page-1/#comment-9</link>
		<dc:creator>Eric Nitzsche</dc:creator>
		<pubDate>Wed, 25 Feb 2009 19:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://rezolabs.com/?p=102#comment-9</guid>
		<description>I implemented almost exactly the same code earlier this week, and found your code belatedly after doing a &quot;.ini std::map&quot; google search.

The similarity is quite shocking, though I did include sections by using a secondary map to implement sections:

typedef std::map INI_MAP_TYPE;
typedef std::map MAP_OF_MAPS_TYPE;

It&#039;s worth noting that you are searching for &quot; = &quot; instead of &quot;=&quot; in .parse(), which won&#039;t work for normal .ini files.</description>
		<content:encoded><![CDATA[<p>I implemented almost exactly the same code earlier this week, and found your code belatedly after doing a &#8220;.ini std::map&#8221; google search.</p>
<p>The similarity is quite shocking, though I did include sections by using a secondary map to implement sections:</p>
<p>typedef std::map INI_MAP_TYPE;<br />
typedef std::map MAP_OF_MAPS_TYPE;</p>
<p>It&#8217;s worth noting that you are searching for &#8221; = &#8221; instead of &#8220;=&#8221; in .parse(), which won&#8217;t work for normal .ini files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
