<?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/"
	>

<channel>
	<title>Be lost in thought... &#187; static</title>
	<atom:link href="http://nineye.net/blog/archives/tag/static/feed" rel="self" type="application/rss+xml" />
	<link>http://nineye.net/blog</link>
	<description>Nineye's personal weblog!!!</description>
	<lastBuildDate>Mon, 30 Aug 2010 08:40:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>선택적인 동기화 정책의 사용</title>
		<link>http://nineye.net/blog/archives/711</link>
		<comments>http://nineye.net/blog/archives/711#comments</comments>
		<pubDate>Wed, 06 May 2009 14:56:23 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[template metaprogramming]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[local static]]></category>
		<category><![CDATA[mutex]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[thread policy]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=711</guid>
		<description><![CDATA[이전, mutex 동기화(http://nineye.net/blog/archives/685)에 대한 글을 적으면서 object lock에 대해 글을 적겠다고 하여서, 이 글에서 그에 대한 글을 적고자 한다. 그리고 동기화에 대한 문제점은 안정적인 동기화와 관련된 필자의 글(http://nineye.net/blog/archives/578)에 이미 설명하였고, 여기서는 거기에서 설명하지 않은 여러 가지 lock정책에 대해서 설명하도록 하겠다. 이 글에 대한 내용은 loki library에 적용된 개념이며, 소스는 loki library를 필자의 생각에 맞게 수정한 [...]]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/711/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>define static template variable</title>
		<link>http://nineye.net/blog/archives/465</link>
		<comments>http://nineye.net/blog/archives/465#comments</comments>
		<pubDate>Mon, 23 Feb 2009 19:39:44 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[template metaprogramming]]></category>
		<category><![CDATA[specialization]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=465</guid>
		<description><![CDATA[class template 내에 일반 멤버와 static멤버가 공존할 때, static member에 대한 specialization 문제가 걸려서 찾아 보던 중, 아래의 글을 찾게 되었다.
아래의 인용구를 보면 class template 내의 static 멤버는 사용하는  template 인자에 대해 모두 명시적으로 선언을 해주어야 한다고 설명되어 있다.
 

Looking at Stroustroup, C++PL, 3rd edition, section C.13.1 says:
&#8220;Static members must be separately defined and can be [...]]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/465/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
