<?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>cYaONE.com &#187; KB973924</title>
	<atom:link href="http://cyaone.com/tag/kb973924/feed/" rel="self" type="application/rss+xml" />
	<link>http://cyaone.com</link>
	<description>a blog about music and software development</description>
	<lastBuildDate>Sun, 27 Mar 2011 19:33:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to fix &#8220;&#8216;_Swap_adl&#8217; : is not a member of &#8216;std&#8217;&#8221; after Visual Studio update KB973924</title>
		<link>http://cyaone.com/2009/08/how-to-fix-_swap_adl-is-not-a-member-of-std-after-visual-studio-update-kb973924/</link>
		<comments>http://cyaone.com/2009/08/how-to-fix-_swap_adl-is-not-a-member-of-std-after-visual-studio-update-kb973924/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 08:38:05 +0000</pubDate>
		<dc:creator>cYaONE</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[KB971092]]></category>
		<category><![CDATA[KB973924]]></category>
		<category><![CDATA[SP1]]></category>
		<category><![CDATA[std]]></category>
		<category><![CDATA[Visual Studio 2008]]></category>
		<category><![CDATA[_Swap_adl]]></category>

		<guid isPermaLink="false">http://cyaone.com/?p=48</guid>
		<description><![CDATA[Recently Microsoft released a couple of security update for Visual Studio 2008 SP1, KB article 971092 and KB article 973924.
After installing them I wanted to do a complete rebuild of my C++ code (without actually changing it since the last build) and got the follow compiler error:
&#8216;_Swap_adl&#8217; : is not a member of &#8216;std&#8217;
Until an [...]]]></description>
			<content:encoded><![CDATA[<p>Recently Microsoft released a couple of security update for Visual Studio 2008 SP1, KB article <a href="http://support.microsoft.com/kb/971092">971092 </a>and KB article <a href="http://support.microsoft.com/kb/973924">973924</a>.</p>
<p>After installing them I wanted to do a complete rebuild of my C++ code (without actually changing it since the last build) and got the follow compiler error:</p>
<p>&#8216;_Swap_adl&#8217; : is not a member of &#8216;std&#8217;</p>
<p>Until an update for this problem is released you can fix this problem by replacing all occurrences of &#8220;_Swap_adl&#8221; by &#8220;swap&#8221; in the files that raise this error (e.g. xutility).</p>
]]></content:encoded>
			<wfw:commentRss>http://cyaone.com/2009/08/how-to-fix-_swap_adl-is-not-a-member-of-std-after-visual-studio-update-kb973924/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

