mirror of
https://github.com/monero-project/monero.git
synced 2025-12-31 23:16:03 -08:00
Give up on brace initializers in initializer lists (MSVC bug)
This commit is contained in:
committed by
Riccardo Spagni
parent
ffe7bf8c1c
commit
59ab569da1
@@ -79,7 +79,7 @@ namespace cryptonote
|
||||
)
|
||||
: m_core(cr)
|
||||
, m_p2p(p2p)
|
||||
, m_testnet {testnet}
|
||||
, m_testnet(testnet)
|
||||
{}
|
||||
//------------------------------------------------------------------------------------------------------------------------------
|
||||
bool core_rpc_server::handle_command_line(
|
||||
|
||||
Reference in New Issue
Block a user