mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
revert to push_back()
This commit is contained in:
parent
52661f35e8
commit
2805ff038a
@ -113,7 +113,7 @@ void dumpGraph(const char *filename, const LitGraph &lg) {
|
|||||||
fout << "[label=\"SINK\"];";
|
fout << "[label=\"SINK\"];";
|
||||||
} else {
|
} else {
|
||||||
ue2_literal s;
|
ue2_literal s;
|
||||||
s.emplace_back(lg[v].c);
|
s.push_back(lg[v].c);
|
||||||
fout << "[label=\"" << dumpString(s) << "\"];";
|
fout << "[label=\"" << dumpString(s) << "\"];";
|
||||||
}
|
}
|
||||||
fout << endl;
|
fout << endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user