remove using std from headers

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry
2025-04-11 16:59:48 -07:00
parent 1d70396931
commit 1cc9df8804
99 changed files with 539 additions and 590 deletions

View File

@@ -62,10 +62,10 @@ public:
bool own_states,
const StaState *sta);
~Tag();
string to_string(const StaState *sta) const;
string to_string(bool report_index,
bool report_rf_min_max,
const StaState *sta) const;
std::string to_string(const StaState *sta) const;
std::string to_string(bool report_index,
bool report_rf_min_max,
const StaState *sta) const;
ClkInfo *clkInfo() const { return clk_info_; }
bool isClock() const { return is_clk_; }
const ClockEdge *clkEdge() const;