Give up on brace initializers in initializer lists (MSVC bug)

This commit is contained in:
Zachary Michaels 2014-09-15 16:28:27 -04:00 committed by Riccardo Spagni
parent ffe7bf8c1c
commit 59ab569da1
3 changed files with 11 additions and 11 deletions

View file

@ -55,7 +55,7 @@ public:
, bool testnet
)
: m_srv(srv)
, m_testnet {testnet}
, m_testnet(testnet)
{
m_cmd_binder.set_handler("help", boost::bind(&daemon_cmmands_handler::help, this, _1), "Show this help");
m_cmd_binder.set_handler("print_pl", boost::bind(&daemon_cmmands_handler::print_pl, this, _1), "Print peer list");