More fixes
This commit is contained in:
@@ -130,7 +130,7 @@ class BaseAPI
|
||||
const auto toName = [this](const auto &phantom) {
|
||||
return std::string(
|
||||
facade.GetNameForID(facade.GetNameIndex(phantom.forward_segment_id.id)));
|
||||
};
|
||||
};
|
||||
const auto noEmpty = [](const auto &name) { return !name.empty(); };
|
||||
|
||||
// At an intersection we may have multiple phantom node candidates.
|
||||
|
||||
Reference in New Issue
Block a user