Andrew Stitcher created QPID-4005:
-------------------------------------
Summary: Eliminate "using" especially "using namespace" from
header file
Key: QPID-4005
URL: https://issues.apache.org/jira/browse/QPID-4005
Project: Qpid
Issue Type: Improvement
Components: C++ Broker, C++ Client
Reporter: Andrew Stitcher
Priority: Minor
The using declaration is generally unsuitable for use in header files as it
affects the namespace of any file including that header file.
This can make the C++ build unstable under code maintenance.
We should remove using and using namespace from header files and replace it
where necessary in the C++ source files that previously relied on the
declaration.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]