mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-2985 Remove "using namespace" directives
This commit is contained in:
parent
79c0f3f1de
commit
8b442eac0b
20 changed files with 127 additions and 42 deletions
|
@ -22,6 +22,10 @@
|
|||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
using std::cout;
|
||||
using std::cerr;
|
||||
using std::out_of_range;
|
||||
|
||||
/// \brief A helper class to associate a \e named Constructor section with its symbol scope
|
||||
///
|
||||
/// A Constructor can contain multiple named sections of p-code. There is a \e main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue