Skip to content

Commit

Permalink
Adding inline.
Browse files Browse the repository at this point in the history
  • Loading branch information
KiterLuc committed Oct 5, 2023
1 parent 447f5c8 commit b896d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiledb/sm/query/readers/aggregators/aggregate_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class AggregateBuffer {
* @return Bitmap value.
*/
template <class BitmapType>
BitmapType bitmap_at(const uint64_t cell_idx) const {
inline BitmapType bitmap_at(const uint64_t cell_idx) const {
return static_cast<BitmapType*>(bitmap_data_.value())[cell_idx];
}

Expand Down

0 comments on commit b896d62

Please sign in to comment.