mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-29 01:24:25 +02:00
Add "using std::get" to yosys.h
This commit is contained in:
@@ -160,6 +160,7 @@ using std::pair;
|
||||
|
||||
using std::make_tuple;
|
||||
using std::make_pair;
|
||||
using std::get;
|
||||
using std::min;
|
||||
using std::max;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user