mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
Remove "using namespace std" from compiler header files and fix the fallout.
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ extern void pform_dump(std::ostream&out, const PTaskFunc*tf);
|
||||
*/
|
||||
extern int pform_parse(const char*path);
|
||||
|
||||
extern string vl_file;
|
||||
extern std::string vl_file;
|
||||
|
||||
extern void pform_set_timescale(int units, int prec, const char*file,
|
||||
unsigned lineno);
|
||||
|
||||
Reference in New Issue
Block a user