Skip to content

fix compile error on boost >= 1.55

Placeholder microcai requested to merge github/fork/microcai/master into master

since bitcoin already requires c++11 compiler, so change the use of boost::assign::list_of to c++11 new {} style initialiser. This can fix compile errors with recent boost versions.

Merge request reports

Loading