mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 05:16:10 +01:00
Make operator BenchmarkStats<Duration2> explicit
This commit is contained in:
parent
96790b1d23
commit
f9ec34ce01
@ -1430,7 +1430,7 @@ namespace Catch {
|
||||
double outlierVariance;
|
||||
|
||||
template <typename Duration2>
|
||||
operator BenchmarkStats<Duration2>() const {
|
||||
explicit operator BenchmarkStats<Duration2>() const {
|
||||
std::vector<Duration2> samples2;
|
||||
samples2.reserve(samples.size());
|
||||
for (auto const& sample : samples) {
|
||||
|
Loading…
Reference in New Issue
Block a user