We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030f1c0 commit 69a81c8Copy full SHA for 69a81c8
include/picobench/picobench.hpp
@@ -31,7 +31,7 @@
31
// VERSION HISTORY
32
//
33
// 2.03 (2023-03-xx) * Added PICOBENCH_UNIQUE_SYM_SUFFIX
34
-// * Fixed shadowing warning
+// * Fixed several warnings
35
// 2.02 (2023-02-16) * Fixed same-func warning if user data is different
36
// * Macro PICOBENCH_NAMESPACE to change namespace
37
// * Changed marking of baseline in human-readable reports
@@ -1019,7 +1019,7 @@ class runner : public registry
1019
rpt_benchmark->data.reserve(state_iterations.size());
1020
for (auto d : state_iterations)
1021
{
1022
- rpt_benchmark->data.push_back({ d, 0, 0ll });
+ rpt_benchmark->data.push_back({d, 0, 0ll, result_t(0)});
1023
}
1024
1025
for (auto& state : b->_states)
0 commit comments