Public bug reported:

Best practices indicate that no header file should have a "using
namespace" statement. Such a statement in a header file affects not only
the header, but any file which may include that header later, leading to
unintended bugs.

Please remove the "using namespace std;" statement fully qualify any
reference to an identifier from the std:: namespace in the header.

** Affects: nrtb
     Importance: High
     Assignee: George Jordan (gsjordanc)
         Status: New

-- 
You received this bug notification because you are a member of NRTB
Core, which is subscribed to New Real Time Battle.
https://bugs.launchpad.net/bugs/722717

Title:
  dbAccess.h has a "using namespace" statement in it.

Status in The New Real Time Battle Project:
  New

Bug description:
  Best practices indicate that no header file should have a "using
  namespace" statement. Such a statement in a header file affects not
  only the header, but any file which may include that header later,
  leading to unintended bugs.

  Please remove the "using namespace std;" statement fully qualify any
  reference to an identifier from the std:: namespace in the header.

_______________________________________________
Mailing list: https://launchpad.net/~nrtb-core
Post to     : nrtb-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nrtb-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to