Skip to content

Commit

Permalink
move platform_idx_t to types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Sep 12, 2024
1 parent 767212e commit 403ded1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/osr/platforms.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

namespace osr {

using platform_idx_t = cista::strong<std::uint32_t, struct platform_idx_>;

using ref_t = std::variant<way_idx_t, node_idx_t>;
using ref_value_t = std::uint32_t;

Expand Down
2 changes: 2 additions & 0 deletions include/osr/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ using osm_way_idx_t = cista::strong<std::uint64_t, struct osm_way_idx_>;
using way_idx_t = cista::strong<std::uint32_t, struct way_idx_>;
using node_idx_t = cista::strong<std::uint32_t, struct node_idx_>;

using platform_idx_t = cista::strong<std::uint32_t, struct platform_idx_>;

using multi_level_elevator_idx_t =
cista::strong<std::uint32_t, struct multi_level_elevator_idx_>;

Expand Down

0 comments on commit 403ded1

Please sign in to comment.