Skip to content

Commit

Permalink
Fix compile error in AllocatorPool
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBurmark committed Oct 29, 2021
1 parent ebffd2c commit 58943a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RAJA/util/AllocatorPool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ struct AllocatorPool : Allocator
}
}

size_t get_arena_size() const
size_t get_arena_size()
{
#if defined(RAJA_ENABLE_OPENMP)
lock_guard<omp::mutex> lock(m_mutex);
Expand Down

0 comments on commit 58943a0

Please sign in to comment.