Skip to content

Commit 0b4dc78

Browse files
authored
Fix build errors (part 3)
1 parent a01bd14 commit 0b4dc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pitched_allocation/pitched_allocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ struct nonconst_tbs_accessor {
178178

179179
constexpr nonconst_tbs_accessor() noexcept = default;
180180

181-
constexpr reference
181+
reference
182182
access(data_handle_type p, size_t i) const noexcept {
183183
return {p + i * sizeof(tbs)};
184184
}

0 commit comments

Comments
 (0)