Re: Accessing types outside namespace?
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.
--=_mimegpg-commodore.email-scan.com-24474-1273430529-0001
Content-Type: text/plain; format=flowed; charset="US-ASCII"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
none writes:
I have this code:
namespace second {
class Processor {
public:
};
}
namespace first {
namespace second {
class Factory {
public:
void setup(){
Processor processor;
That should be ::second::Processor processor.
--=_mimegpg-commodore.email-scan.com-24474-1273430529-0001
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEABECAAYFAkvnAgEACgkQx9p3GYHlUOL1NACfbgo0zcO+0p322DjN4FgAKv4i
NvcAn13Md4jaTOEEDX7aOTw6QmH2sqQW
=7tfG
-----END PGP SIGNATURE-----
--=_mimegpg-commodore.email-scan.com-24474-1273430529-0001--