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.
Qualify make_tuple with boost:: namespace. #460
pull jgarzik wants to merge 1 commits into bitcoin:master from jgarzik:make-tuple changing 1 files +2 −2-
jgarzik commented at 2:46 AM on August 11, 2011: contributor
-
7c3002bf27
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>
- gavinandresen referenced this in commit 72173ffaca on Aug 11, 2011
- gavinandresen merged this on Aug 11, 2011
- gavinandresen closed this on Aug 11, 2011
- dexX7 referenced this in commit 82ea409b1e on Mar 7, 2017
- ptschip referenced this in commit 50d4fb1a41 on May 30, 2017
- achow101 referenced this in commit ce963f609c on Jul 14, 2018
- lateminer referenced this in commit 79e7a13b07 on Jan 22, 2019
- sipa referenced this in commit cc05fa919a on Mar 30, 2019
- sipa referenced this in commit 54245985fb on Mar 31, 2019
- LongShao007 referenced this in commit 3d9a3d2063 on Jul 15, 2019
- fjahr referenced this in commit cd329dbc3e on Jul 24, 2019
- kallewoof referenced this in commit 2d465aa9cd on Oct 4, 2019
- DrahtBot locked this on Sep 8, 2021
Contributors