<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: How the STL inserter iterator really works	</title>
	<atom:link href="https://www.fluentcpp.com/2017/10/06/stl-inserter-iterators-work/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fluentcpp.com/2017/10/06/stl-inserter-iterators-work/</link>
	<description>Jonathan Boccara&#039;s blog</description>
	<lastBuildDate>Wed, 25 Oct 2017 15:56:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.3</generator>
	<item>
		<title>
		By: user4592357		</title>
		<link>https://www.fluentcpp.com/2017/10/06/stl-inserter-iterators-work/#comment-611</link>

		<dc:creator><![CDATA[user4592357]]></dc:creator>
		<pubDate>Wed, 25 Oct 2017 15:56:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=974#comment-611</guid>

					<description><![CDATA[hi, thanks for this and other interesting and informative articles! 

in visual studio 2017, the code where you reserve() before insert() crashes (gcc is okay with the code, though). i debugged the code, and after the first insert(), the position iterator has the value 7. when inserting 8, i get this: &quot;vector emplace iterator outside range&quot;. what&#039;s the problem?]]></description>
			<content:encoded><![CDATA[<p>hi, thanks for this and other interesting and informative articles! </p>
<p>in visual studio 2017, the code where you reserve() before insert() crashes (gcc is okay with the code, though). i debugged the code, and after the first insert(), the position iterator has the value 7. when inserting 8, i get this: &#8220;vector emplace iterator outside range&#8221;. what&#8217;s the problem?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
