1062:4119185b56ca | 1063:1f15c52c11f6 |
---|---|
150 break; | 150 break; |
151 } | 151 } |
152 } | 152 } |
153 } | 153 } |
154 | 154 |
155 if (matches.size() < matchesneeded) | 155 if (length(matches) < matchesneeded) |
156 throw 0; // Not enough matches. | 156 throw 0; // Not enough matches. |
157 | 157 |
158 // Check if a boundary gets in between the objects. | 158 // Check if a boundary gets in between the objects. |
159 for (auto boundary : boundaries) | 159 for (auto boundary : boundaries) |
160 { | 160 { |