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 c56fffa commit 18fbd31Copy full SHA for 18fbd31
source/containers/test/sort/sort_benchmark.cpp
@@ -16,11 +16,6 @@ namespace {
16
17
using namespace bounded::literal;
18
19
-// https://github.com/google/benchmark/issues/1584
20
-auto DoNotOptimize(auto && value) -> void {
21
- benchmark::DoNotOptimize(value);
22
-}
23
-
24
template<std::size_t size>
25
struct data {
26
constexpr explicit data(unsigned value) {
0 commit comments