mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 02:40:25 +00:00
Import more std:: stuff into Yosys namespace
This commit is contained in:
parent
da923c198e
commit
207736b4ee
39 changed files with 168 additions and 161 deletions
|
@ -134,7 +134,7 @@ struct MaccmapWorker
|
|||
}
|
||||
return retval;
|
||||
#else
|
||||
return std::max(n - 1, 0);
|
||||
return max(n - 1, 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue