Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
abigalekim committed Feb 7, 2024
1 parent 4a017e2 commit 7676d6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tiledb/common/pmr.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ using memory_resource = boost::container::pmr::memory_resource;
/* ********************************* */
/* PMR VECTOR DECLARATION */
/* ********************************* */

template <class Tp>
using pmr_vector =
std::vector<Tp, boost::container::pmr::polymorphic_allocator<Tp>>;
Expand Down Expand Up @@ -139,6 +140,7 @@ class vector : public pmr_vector<Tp> {
/* ********************************* */
/* PMR UNORDERED MAP DECLARATION */
/* ********************************* */

template <
class Key,
class T,
Expand Down

0 comments on commit 7676d6e

Please sign in to comment.