Move debug printer code to own header
This commit is contained in:
committed by
Patrick Niklaus
parent
83d7a57b73
commit
e7bb612050
@@ -76,7 +76,7 @@ LaneDataVector laneDataFromDescription(TurnLaneDescription turn_lane_description
|
||||
return (test_mask & full_mask) == test_mask;
|
||||
};
|
||||
|
||||
for (std::size_t shift = 0; shift < TurnLaneType::detail::num_supported_lane_types; ++shift)
|
||||
for (const auto shift : util::irange<std::size_t>(0, TurnLaneType::NUM_TYPES))
|
||||
{
|
||||
TurnLaneType::Mask mask = 1 << shift;
|
||||
if (isSet(mask))
|
||||
|
||||
Reference in New Issue
Block a user