mirror of
https://github.com/monero-project/monero.git
synced 2025-12-26 12:51:54 -08:00
Changed the use of boost:value_initialized for C++ list initializer
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user