Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2301 Use fixed width type for relative pointer of…
Browse files Browse the repository at this point in the history
…fset
  • Loading branch information
elBoberido committed Aug 22, 2024
1 parent e4f362b commit d5d2e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceoryx_hoofs/memory/include/iox/relative_pointer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class RelativePointer final
{
public:
using ptr_t = T*;
using offset_t = std::uintptr_t;
using offset_t = std::uint64_t;

/// @brief Default constructs a RelativePointer as a logical nullptr
RelativePointer() noexcept = default;
Expand Down

0 comments on commit d5d2e49

Please sign in to comment.