mirror of
https://github.com/monero-project/monero.git
synced 2025-05-10 19:55:03 -04:00
Changed the use of boost:value_initialized for C++ list initializer
This commit is contained in:
parent
98af2e954b
commit
2cd4fd8972
13 changed files with 35 additions and 35 deletions
|
@ -100,7 +100,7 @@ namespace cryptonote
|
|||
|
||||
|
||||
miner::miner(i_miner_handler* phandler):m_stop(1),
|
||||
m_template(boost::value_initialized<block>()),
|
||||
m_template(block{}),
|
||||
m_template_no(0),
|
||||
m_diffic(0),
|
||||
m_thread_index(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue