mirror of
https://github.com/monero-project/monero.git
synced 2025-08-04 17:24:16 -04:00
Give up on brace initializers in initializer lists (MSVC bug)
This commit is contained in:
parent
ffe7bf8c1c
commit
59ab569da1
3 changed files with 11 additions and 11 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue