Remove "using namespace std" from compiler header files and fix the fallout.

This commit is contained in:
Martin Whitaker
2021-11-04 16:55:03 +00:00
parent 19e44d79ec
commit ecbbb60fb6
121 changed files with 971 additions and 854 deletions
+1 -1
View File
@@ -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);