<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>cplusplus.co.il &#187; boost</title>
	<atom:link href="http://cplusplus.co.il/category/cpp/boost/feed/" rel="self" type="application/rss+xml" />
	<link>http://cplusplus.co.il</link>
	<description>Discussing modern C++ and related topics.</description>
	<lastBuildDate>Tue, 31 Jan 2012 18:28:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cplusplus.co.il' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>cplusplus.co.il &#187; boost</title>
		<link>http://cplusplus.co.il</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cplusplus.co.il/osd.xml" title="cplusplus.co.il" />
	<atom:link rel='hub' href='http://cplusplus.co.il/?pushpress=hub'/>
		<item>
		<title>Interesting boost::shared_ptr constructor</title>
		<link>http://cplusplus.co.il/2009/12/25/interesting-boost-shared_ptr-constructor/</link>
		<comments>http://cplusplus.co.il/2009/12/25/interesting-boost-shared_ptr-constructor/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 10:20:07 +0000</pubDate>
		<dc:creator>rmn</dc:creator>
				<category><![CDATA[boost]]></category>

		<guid isPermaLink="false">http://cplusplus.co.il/?p=673</guid>
		<description><![CDATA[The future standard extension (some of it is described in the Technical Report on C++ Standard Library Extensions &#8211; TR1) is going to include many libraries already contained within boost. One such library is boost&#8217;s Smart Pointers. In this post I would like to show an interesting use-case of the smart_ptr class, through what I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cplusplus.co.il&amp;blog=8968104&amp;post=673&amp;subd=cpptalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cplusplus.co.il/2009/12/25/interesting-boost-shared_ptr-constructor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb7c3e96e1e6c9fbef377af219fc0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rmn</media:title>
		</media:content>
	</item>
		<item>
		<title>boost::optional and its internals</title>
		<link>http://cplusplus.co.il/2009/12/04/boost-optional-and-its-internals/</link>
		<comments>http://cplusplus.co.il/2009/12/04/boost-optional-and-its-internals/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 14:10:50 +0000</pubDate>
		<dc:creator>rmn</dc:creator>
				<category><![CDATA[boost]]></category>

		<guid isPermaLink="false">http://cplusplus.co.il/?p=623</guid>
		<description><![CDATA[boost::optional is a very handy generalization of returning a null when there&#8217;s nothing to return. Consider a function such as strstr &#8211; either the required sub-string is found within the given string, in which case a pointer to it is returned, or a NULL value is returned to indicate that there was no such sub-string. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cplusplus.co.il&amp;blog=8968104&amp;post=623&amp;subd=cpptalk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://cplusplus.co.il/2009/12/04/boost-optional-and-its-internals/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb7c3e96e1e6c9fbef377af219fc0a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rmn</media:title>
		</media:content>
	</item>
	</channel>
</rss>
