<?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: Avoid anonymous namespace in header files</title>
	<atom:link href="http://www.jeffhung.net/blog/articles/jeffhung/2144/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffhung.net/blog/articles/jeffhung/2144/</link>
	<description>(My smile insists of having nose. :-)</description>
	<lastBuildDate>Thu, 03 Nov 2011 00:43:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2-alpha</generator>
	<item>
		<title>By: fr3@K</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/2144/comment-page-1/#comment-147658</link>
		<dc:creator>fr3@K</dc:creator>
		<pubDate>Wed, 02 Sep 2009 15:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=2144#comment-147658</guid>
		<description>就我所知唯一一個在 header 用 unnamed namespace 的有效應用是用來 &lt;a href=&quot;http://fsfoundry.org/codefreak/2008/12/29/issues-regarding-global-variable-initialization/&quot; rel=&quot;nofollow&quot;&gt;起始 global object&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>就我所知唯一一個在 header 用 unnamed namespace 的有效應用是用來 <a href="http://fsfoundry.org/codefreak/2008/12/29/issues-regarding-global-variable-initialization/" rel="nofollow">起始 global object</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffhung</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/2144/comment-page-1/#comment-147647</link>
		<dc:creator>jeffhung</dc:creator>
		<pubDate>Wed, 02 Sep 2009 11:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=2144#comment-147647</guid>
		<description>是啊，後來決定不要那麼 paranoid，用 symbol only forward declaration 加 pointer 做掉了。</description>
		<content:encoded><![CDATA[<p>是啊，後來決定不要那麼 paranoid，用 symbol only forward declaration 加 pointer 做掉了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: av</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/2144/comment-page-1/#comment-147645</link>
		<dc:creator>av</dc:creator>
		<pubDate>Wed, 02 Sep 2009 10:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=2144#comment-147645</guid>
		<description>所以....還是用 pointer? 我是覺得在 constructor/destructor 處理好即可，除非這個 FooImpl* 會被 delete/new 過，不過你都做成 member obj 了，應該是不會有這問題.</description>
		<content:encoded><![CDATA[<p>所以....還是用 pointer? 我是覺得在 constructor/destructor 處理好即可，除非這個 FooImpl* 會被 delete/new 過，不過你都做成 member obj 了，應該是不會有這問題.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

