<?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: Smart Output Iterators: A Symmetrical Approach to Range Adaptors	</title>
	<atom:link href="https://www.fluentcpp.com/2017/11/28/output-iterator-adaptors-symmetry-range-adaptors/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fluentcpp.com/2017/11/28/output-iterator-adaptors-symmetry-range-adaptors/</link>
	<description>Jonathan Boccara&#039;s blog</description>
	<lastBuildDate>Sun, 03 Dec 2017 13:44:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.3</generator>
	<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/11/28/output-iterator-adaptors-symmetry-range-adaptors/#comment-697</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Sun, 03 Dec 2017 13:42:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=2374#comment-697</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/11/28/output-iterator-adaptors-symmetry-range-adaptors/#comment-696&quot;&gt;Marek Kurdej&lt;/a&gt;.

Oh right, absolutely. This is now fixed, thanks Marek.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/11/28/output-iterator-adaptors-symmetry-range-adaptors/#comment-696">Marek Kurdej</a>.</p>
<p>Oh right, absolutely. This is now fixed, thanks Marek.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marek Kurdej		</title>
		<link>https://www.fluentcpp.com/2017/11/28/output-iterator-adaptors-symmetry-range-adaptors/#comment-696</link>

		<dc:creator><![CDATA[Marek Kurdej]]></dc:creator>
		<pubDate>Fri, 01 Dec 2017 11:04:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=2374#comment-696</guid>

					<description><![CDATA[Hi Jonathan, just a small remark. You use `std::iterator` in your examples which has been deprecated in C++17 ( http://en.cppreference.com/w/cpp/iterator/iterator ). To prepare for future, just define `iterator_category`, `value_type` and 3 other types yourself (ALL are necessary for `std::iterator_traits`).]]></description>
			<content:encoded><![CDATA[<p>Hi Jonathan, just a small remark. You use `std::iterator` in your examples which has been deprecated in C++17 ( <a href="http://en.cppreference.com/w/cpp/iterator/iterator" rel="nofollow ugc">http://en.cppreference.com/w/cpp/iterator/iterator</a> ). To prepare for future, just define `iterator_category`, `value_type` and 3 other types yourself (ALL are necessary for `std::iterator_traits`).</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
