Skip to content

Commit

Permalink
Make default_arena final.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Aug 1, 2024
1 parent e3ae78d commit d84fb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bitcoin/system/arena.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ bool operator==(const arena& left, const arena& right) NOEXCEPT;
/// quuxplusone.github.io/blog/2023/06/02/not-so-quick-pmr
/// quuxplusone.github.io/blog/2023/06/03/p1144-pmr-koans
/// ***************************************************************************
class BC_API default_arena
class BC_API default_arena final
: public arena
{
public:
Expand Down

0 comments on commit d84fb96

Please sign in to comment.