<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Controlling name visibility in C++ using-directive</title>
	<link>https://codesynthesis.com/~boris/blog//2011/02/21/controlling-name-visibility-using-directive/</link>
	<description>Boris Kolpackov's blog about software</description>
	<pubDate>Tue, 14 Apr 2026 07:35:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Charles</title>
		<link>https://codesynthesis.com/~boris/blog//2011/02/21/controlling-name-visibility-using-directive/#comment-1674</link>
		<author>Charles</author>
		<pubDate>Tue, 22 Feb 2011 17:48:14 +0000</pubDate>
		<guid>https://codesynthesis.com/~boris/blog//2011/02/21/controlling-name-visibility-using-directive/#comment-1674</guid>
		<description>That is a clever use of the namespace features.  I am definitely going to give this a try to find out for myself how and when to use it.  Thank you for sharing it.</description>
		<content:encoded><![CDATA[<p>That is a clever use of the namespace features.  I am definitely going to give this a try to find out for myself how and when to use it.  Thank you for sharing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RevRagnarok</title>
		<link>https://codesynthesis.com/~boris/blog//2011/02/21/controlling-name-visibility-using-directive/#comment-1672</link>
		<author>RevRagnarok</author>
		<pubDate>Mon, 21 Feb 2011 15:30:08 +0000</pubDate>
		<guid>https://codesynthesis.com/~boris/blog//2011/02/21/controlling-name-visibility-using-directive/#comment-1672</guid>
		<description>Perl has really thought this out too. You set up a library/module to export certain names by default, but then you could also combine groups or individual ones. http://perldoc.perl.org/Exporter.html</description>
		<content:encoded><![CDATA[<p>Perl has really thought this out too. You set up a library/module to export certain names by default, but then you could also combine groups or individual ones. <a href="http://perldoc.perl.org/Exporter.html" rel="nofollow">http://perldoc.perl.org/Exporter.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
