Skip to content

Commit

Permalink
FIx Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Oct 23, 2023
1 parent 54d135c commit 9079087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/litterer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void runLitterer() {

const auto litterStart = std::chrono::high_resolution_clock::now();

std::uniform_int_distribution<std::int64_t> distribution(1, nAllocations);
std::uniform_int_distribution<std::uint64_t> distribution(1, nAllocations);
std::vector<void*> objects = *(new std::vector<void*>);
objects.reserve(nAllocationsLitter);

Expand Down

0 comments on commit 9079087

Please sign in to comment.