We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4414f commit 4107b66Copy full SHA for 4107b66
1 file changed
include/REL/Offset2ID.h
@@ -16,8 +16,8 @@ namespace REL
16
using const_iterator = typename container_type::const_iterator;
17
using const_reverse_iterator = typename container_type::const_reverse_iterator;
18
19
- void load_v2();
20
- void load_v5();
+ void load_v2();
+ void load_v5();
21
[[nodiscard]] std::uint64_t get_id(std::size_t a_offset) const;
22
23
[[nodiscard]] const_iterator begin() const noexcept { return _offset2id.begin(); }
0 commit comments