<?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: C++ Templates</title>
	<atom:link href="http://www.codingunit.com/cplusplus-tutorial-templates/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codingunit.com/cplusplus-tutorial-templates</link>
	<description>CodingUnit is your online resource for learning to program. Tutorials on C, C++, PHP, Python, MySQL, Java, JQuery, Opengl, DirectX and much more!</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:08:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: p</title>
		<link>http://www.codingunit.com/cplusplus-tutorial-templates/comment-page-1#comment-3220</link>
		<dc:creator>p</dc:creator>
		<pubDate>Sat, 29 Jan 2011 05:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/?p=537#comment-3220</guid>
		<description>struct Foo {
  template
  struct Member {
    typedef int type;
  };
};
 
template
struct Bar {
  typedef typename T::template Member::type bar;
};
 
typedef Bar FooBar;</description>
		<content:encoded><![CDATA[<p>struct Foo {<br />
  template<br />
  struct Member {<br />
    typedef int type;<br />
  };<br />
};</p>
<p>template<br />
struct Bar {<br />
  typedef typename T::template Member::type bar;<br />
};</p>
<p>typedef Bar FooBar;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

