Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Jul 19, 2024
1 parent a20e77a commit ad22d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/osr/routing/profiles/bike.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ struct bike {
utl::zip_unchecked(w.node_ways_[n.n_], w.node_in_way_idx_[n.n_])) {
auto const expand = [&](direction const way_dir, std::uint16_t const from,
std::uint16_t const to) {
// NOLINTNEXTLINE(clang-analyzer-core.CallAndMessage)
auto const target_node = w.way_nodes_[way][to];
if constexpr (WithBlocked) {
if (blocked->test(target_node)) {
Expand Down

0 comments on commit ad22d4b

Please sign in to comment.