Skip to content

Commit

Permalink
This is a weird API
Browse files Browse the repository at this point in the history
  • Loading branch information
lhecker committed Feb 21, 2024
1 parent 3222983 commit 52d4a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inc/til/bitmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ namespace til // Terminal Implementation Library. Also: "Today I Learned"
_alloc{ allocator },
_sz(sz),
_rc(sz),
_bits(_sz.area(), fill ? std::numeric_limits<size_t>::max() : 0, _alloc),
_bits(_sz.area(), fill ? std::numeric_limits<unsigned long long>::max() : 0, _alloc),
_runs{ _alloc }
{
}
Expand Down

0 comments on commit 52d4a7b

Please sign in to comment.