We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44705e commit e287956Copy full SHA for e287956
main.cpp
@@ -2,7 +2,7 @@
2
#include "Stats.h"
3
4
int main() {
5
- std::unique_ptr<Stats> stats(new Stats(16));
+ std::unique_ptr<Stats> stats(new Stats(19000));
6
7
stats->push(12);
8
stats->push(3.187);
0 commit comments