Skip to content

Commit 9079087

Browse files
committed
FIx Windows CI
1 parent 54d135c commit 9079087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/litterer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ void runLitterer() {
139139

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

142-
std::uniform_int_distribution<std::int64_t> distribution(1, nAllocations);
142+
std::uniform_int_distribution<std::uint64_t> distribution(1, nAllocations);
143143
std::vector<void*> objects = *(new std::vector<void*>);
144144
objects.reserve(nAllocationsLitter);
145145

0 commit comments

Comments
 (0)