Skip to content

Commit

Permalink
[mycpp] Don't pass template arguments when disabling constructors - C…
Browse files Browse the repository at this point in the history
…++20 (#2220)
  • Loading branch information
akinomyoga authored Jan 4, 2025
1 parent b069fe6 commit 45a426c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycpp/mark_sweep_heap.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class Pool {
std::vector<Block*> blocks_;
MarkSet mark_set_;

DISALLOW_COPY_AND_ASSIGN(Pool<CellsPerBlock COMMA CellSize>);
DISALLOW_COPY_AND_ASSIGN(Pool);
};

class MarkSweepHeap {
Expand Down

0 comments on commit 45a426c

Please sign in to comment.