HomePhabricator

Qualify make_tuple with boost:: namespace.
7c3002bf272cUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Qualify make_tuple with boost:: namespace.

db.cpp has a number of uses of make_tuple and has 'using namespace
std' and 'using namespace boost'. Without qualifying make_tuple,
std::make_tuple is preferred, which is incorrect. This patch qualifies
make_tuple.

Signed-off-by: Jeff Garzik <jgarzik@exmulti.com>

Details

Provenance
Venkatesh Srinivas <me@endeavour.zapto.org>Authored on Aug 7 2011, 16:20
Jeff Garzik <jgarzik@pobox.com>Committed on Aug 11 2011, 02:40
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGeb20f3c8f525: Merge pull request #448 from sipa/cbitcoinaddress
Branches
Unknown
Tags
Unknown

Event Timeline

Jeff Garzik <jgarzik@pobox.com> committed rSTAGING7c3002bf272c: Qualify make_tuple with boost:: namespace. (authored by Venkatesh Srinivas <me@endeavour.zapto.org>).Aug 11 2011, 02:40