From 0b4dc7879e866e7aeee7ae444248128e6917eb2a Mon Sep 17 00:00:00 2001 From: Mark Hoemmen Date: Thu, 6 Apr 2023 15:50:28 -0600 Subject: [PATCH] Fix build errors (part 3) --- examples/pitched_allocation/pitched_allocation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pitched_allocation/pitched_allocation.cpp b/examples/pitched_allocation/pitched_allocation.cpp index 66e3195f..4e2dcac9 100755 --- a/examples/pitched_allocation/pitched_allocation.cpp +++ b/examples/pitched_allocation/pitched_allocation.cpp @@ -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)}; }