HomePhabricator

Merge #8353: Trivial: tiny c++11 refactors
38590729631cUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Merge #8353: Trivial: tiny c++11 refactors

c784086 use std::map::emplace() instead of std::map::insert() (whythat)
5e187e7 use c++11 std::unique_ptr instead of boost::shared_ptr (whythat)
947913f use std::map::erase(const_iterator, const_iterator) to get non-constant iterator (whythat)

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Aug 13 2016, 13:50
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGc78408607536: use std::map::emplace() instead of std::map::insert()
rSTAGINGefce84d888a6: Merge #8293: Bugfix: Allow building libbitcoinconsensus without any univalue
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGING38590729631c: Merge #8353: Trivial: tiny c++11 refactors (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Aug 13 2016, 13:55