Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Sep 17, 2024
1 parent 5e9f59b commit 03aaf95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dice/ffi/metall_internal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ namespace dice::metall_ffi::internal {
using allocator_type = typename metall::manager::template allocator_type<T>;

using metall::manager::manager;

[[nodiscard]] bool read_only() const noexcept {
return read_only_;
}
};
#endif
} // namespace
Expand Down

0 comments on commit 03aaf95

Please sign in to comment.