MCPcopy Create free account
hub / github.com/catchorg/Catch2 / throw_optimized_away_error

Function throw_optimized_away_error

extras/catch_amalgamated.cpp:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 }
157
158 void throw_optimized_away_error() {
159 Catch::throw_exception(optimized_away_error{});
160 }
161
162 } // namespace Detail
163 } // namespace Benchmark

Callers 1

run_for_at_leastFunction · 0.70

Calls 1

throw_exceptionFunction · 0.70

Tested by

no test coverage detected