Skip to content

Commit

Permalink
Fix build errors (part 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoemmen authored Apr 6, 2023
1 parent a01bd14 commit 0b4dc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pitched_allocation/pitched_allocation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ struct nonconst_tbs_accessor {

constexpr nonconst_tbs_accessor() noexcept = default;

constexpr reference
reference
access(data_handle_type p, size_t i) const noexcept {
return {p + i * sizeof(tbs)};
}
Expand Down

0 comments on commit 0b4dc78

Please sign in to comment.