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

Bug #722717 reported by Rick Stovall
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
New Real Time Battle
Won't Fix
High
George Jordan

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.

Rick Stovall (fpstovall)
summary: - dbAccess.h has a "using namespace" statement in it.
+ Todo: dbAccess.h has a "using namespace" statement in it.
Changed in nrtb:
status: New → Triaged
Changed in nrtb:
status: Triaged → In Progress
status: In Progress → Fix Committed
status: Fix Committed → In Progress
Changed in nrtb:
status: In Progress → Fix Committed
Revision history for this message
George Jordan (gsjordanc) wrote :

Corrected in version 33

Changed in nrtb:
status: Fix Committed → Fix Released
Changed in nrtb:
status: Fix Released → Fix Committed
Rick Stovall (fpstovall)
Changed in nrtb:
status: Fix Committed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.