<?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: API Name Postfix</title>
	<atom:link href="http://www.jeffhung.net/blog/articles/jeffhung/1846/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffhung.net/blog/articles/jeffhung/1846/</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: av</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/1846/comment-page-1/#comment-144213</link>
		<dc:creator>av</dc:creator>
		<pubDate>Wed, 01 Jul 2009 16:14:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=1846#comment-144213</guid>
		<description>1. 那個 _s 的版本連他們自己都不一定在用，像你只要使用 std::copy() 就會丟出一堆 warning 跟你講說請改用 _s 的版本，因為他們的 std::copy() 的實做都是用沒有 _s 的 API.

2. TLS 實在是個逃避問題的工具，並沒有解決問題。最近發現 Boost.thread 也用到 TLS，而且在 1.37.0 之前的版本只有 TLSAlloc() 而沒有 call TLSFree()，會造成 leak。而 1.37.0 開始的版本雖然沒 leak 了，但只要 static link 到某個有使用到 mfc 的 DLL 就會產生 link error。到相關的 mail list 問了，短期內無解 &gt;_&lt;.
最後我只好把有用到的幾個 Boost.thread 工具全都自己寫一遍。</description>
		<content:encoded><![CDATA[<p>1. 那個 _s 的版本連他們自己都不一定在用，像你只要使用 std::copy() 就會丟出一堆 warning 跟你講說請改用 _s 的版本，因為他們的 std::copy() 的實做都是用沒有 _s 的 API.</p>
<p>2. TLS 實在是個逃避問題的工具，並沒有解決問題。最近發現 Boost.thread 也用到 TLS，而且在 1.37.0 之前的版本只有 TLSAlloc() 而沒有 call TLSFree()，會造成 leak。而 1.37.0 開始的版本雖然沒 leak 了，但只要 static link 到某個有使用到 mfc 的 DLL 就會產生 link error。到相關的 mail list 問了，短期內無解 &gt;_&lt;.<br />
最後我只好把有用到的幾個 Boost.thread 工具全都自己寫一遍。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

