We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f0a8d commit 2e11cd2Copy full SHA for 2e11cd2
benchmarks/patterns/bench.cpp
@@ -45,7 +45,7 @@ using value_t = double;
45
using collection_t = std::vector<value_t>;
46
47
// Handy function pointer aliases
48
-using distr_f = void (*)(std::back_insert_iterator<collection_t>, std::size_t);
+using distr_f = void (*)(std::back_insert_iterator<collection_t>, long long int);
49
using sort_f = void (*)(collection_t&);
50
51
int main()
0 commit comments