3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 09:04:08 +00:00

Add "using std::get" to yosys.h

This commit is contained in:
Clifford Wolf 2017-07-25 14:52:34 +02:00
parent c97c92e4ec
commit 493fedbaf9

View file

@ -160,6 +160,7 @@ using std::pair;
using std::make_tuple;
using std::make_pair;
using std::get;
using std::min;
using std::max;