/ externals / catch / src / catch2 / benchmark / catch_chronometer.cpp
catch_chronometer.cpp
 1  
 2  //              Copyright Catch2 Authors
 3  // Distributed under the Boost Software License, Version 1.0.
 4  //   (See accompanying file LICENSE.txt or copy at
 5  //        https://www.boost.org/LICENSE_1_0.txt)
 6  
 7  // SPDX-License-Identifier: BSL-1.0
 8  
 9  #include <catch2/benchmark/catch_chronometer.hpp>
10  
11  namespace Catch {
12      namespace Benchmark {
13          namespace Detail {
14              ChronometerConcept::~ChronometerConcept() = default;
15          } // namespace Detail
16      } // namespace Benchmark
17  } // namespace Catch