Subject: Absolute class name?
From: "Mark J. Reed" <markjreed mail.com>
Date: Thu, 2 Oct 2003 12:45:03 +0900
If I do
class Foo
then that automatically refers to Foo in the current namespace.
How can I force a reference to the top-level Foo no matter what
namespace I'm in? class ::Foo is a syntax error.
-Mark