mirror of https://github.com/KLayout/klayout.git
Fixed a non-problem that pops up with iterator assertions
This commit is contained in:
parent
50a863bb26
commit
0401f3b89c
|
|
@ -457,6 +457,7 @@ static std::vector<std::pair<const db::DeviceTerminalDefinition *, const db::Dev
|
|||
result.push_back (std::make_pair (i->first, j->first));
|
||||
nn2.erase (j);
|
||||
found = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue