To be pedantic if you have "using qpid::framing" then this tells the
compier that any unqualified reference to "framing" is actually a
reference to "qpid::framing" so you can't remove the "framing::"
prefixes. ["using qpid::framing" == namespace framing = qpid::framing"
in this context]

Andrew,

I dont think you can have "using qpid::framing" but "using /namespace /qpid::framing" as qpid::framing is not a symbol but a namespace.

Danushka

--
Danushka Menikkumbura
Technical Lead, WSO2 Inc.

blog : http://danushka-menikkumbura.blogspot.com/

http://wso2.com/ - "The Open Source SOA Company"


Reply via email to