Skip to content

Commit

Permalink
Fix new allocator_benchmarks build with the Intel compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Dahm committed Jul 10, 2019
1 parent f4d494d commit 3ad512d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benchmarks/allocator_benchmarks.cpp
Expand Up @@ -141,6 +141,9 @@ template <umpire::resource::MemoryResourceType Resource>
class MemoryResourceAllocator : public AllocatorBenchmark
{
public:
using ::benchmark::Fixture::SetUp;
using ::benchmark::Fixture::TearDown;

MemoryResourceAllocator() = default;

void SetUp(const ::benchmark::State&) override final {
Expand Down

0 comments on commit 3ad512d

Please sign in to comment.