mirror of https://github.com/YosysHQ/yosys.git
Add "using std::get" to yosys.h
This commit is contained in:
parent
c97c92e4ec
commit
493fedbaf9
|
@ -160,6 +160,7 @@ using std::pair;
|
|||
|
||||
using std::make_tuple;
|
||||
using std::make_pair;
|
||||
using std::get;
|
||||
using std::min;
|
||||
using std::max;
|
||||
|
||||
|
|
Loading…
Reference in New Issue