projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c97c92e
)
Add "using std::get" to yosys.h
author
Clifford Wolf
<clifford@clifford.at>
Tue, 25 Jul 2017 12:52:34 +0000
(14:52 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Tue, 25 Jul 2017 12:52:34 +0000
(14:52 +0200)
kernel/yosys.h
patch
|
blob
|
history
diff --git
a/kernel/yosys.h
b/kernel/yosys.h
index 1076fb215c1474cb16c66ac94782e38612429d50..5ec681b32c94845f64bc491e7199ca2c3e2139f2 100644
(file)
--- a/
kernel/yosys.h
+++ b/
kernel/yosys.h
@@
-160,6
+160,7
@@
using std::pair;
using std::make_tuple;
using std::make_pair;
+using std::get;
using std::min;
using std::max;