Skip to content

Commit

Permalink
impl is explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
martinus committed Jun 13, 2020
1 parent 3bf22e0 commit c534992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/nanobench.h
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@ ANKERL_NANOBENCH(IGNORE_PADDED_PUSH)
struct IterationLogic::Impl {
enum class State { warmup, upscaling_runtime, measuring, endless };

Impl(Bench const& bench)
explicit Impl(Bench const& bench)
: mBench(bench)
, mResult(bench.config()) {
printStabilityInformationOnce(mBench.output());
Expand Down

0 comments on commit c534992

Please sign in to comment.