Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes gcc 8.3.1 build failure due to FilterChainBenchmarkFixture::Set…
…Up hiding base-class virtual functions (#8071) Description: I'm seeing "bazel-out/k8-fastbuild/bin/external/com_github_google_benchmark/_virtual_includes/benchmark/benchmark/benchmark.h:1071:16: error: 'virtual void benchmark::Fixture::SetUp(benchmark::State&)' was hidden" when running tests. This resolves the issue with hiding of the base-class functions. Risk Level: low Testing: Docs Changes: Release Notes: Signed-off-by: Dmitri Dolguikh <[email protected]>
- Loading branch information