<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'ptr_fun' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/ptr_fun</link>
		<description>ptr_fun</description>
		<language>ko</language>
		<pubDate>Thu, 06 Dec 2007 10:44:48 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[bind2nd 컴파일 오류2]]></title>
	<link>http://purewell.egloos.com/3517776</link>
	<guid>http://purewell.egloos.com/3517776</guid>
	<description>
	<![CDATA[ 
bind2nd 컴파일 오류    아, 시바스 리갈 같은 상황. 이럴꺼면 뭣하러 STL써!  #include &amp;lt;list&amp;gt;  #include &amp;lt;algorithm&amp;gt;  #include &amp;lt;functional&amp;gt;  #include &amp;lt;iostream&amp;gt;  using namespace std;    typedef struct mystorage  {      int i;      char c;  } mystorage;    #if defined(POINTER_TYPE)  typedef list&amp;lt;mystorage*&amp;gt; mylist;  #else  typedef list&amp;lt;mystorage&amp;gt; mylist;  #endif    #if defined(POINTER_TYPE)	]]>
	</description>
	<pubDate>Thu, 06 Dec 2007 10:44:48 +0900</pubDate>
	<dc:creator><![CDATA[Purewell.BIZ]]></dc:creator>
</item>
	</channel>
</rss>