mirror of
https://github.com/monero-project/monero.git
synced 2025-12-01 16:24:47 -05:00
Merge pull request #1431
81c6bb9a thread_group: fix build on older GCC (moneromooo-monero)
This commit is contained in:
commit
84d3107600
1 changed files with 0 additions and 2 deletions
|
|
@ -112,12 +112,10 @@ private:
|
|||
struct work;
|
||||
|
||||
struct node {
|
||||
node() = delete;
|
||||
std::unique_ptr<work> ptr;
|
||||
};
|
||||
|
||||
struct work {
|
||||
work() = delete;
|
||||
std::function<void()> f;
|
||||
node next;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue