Browse Source
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>0.8
Venkatesh Srinivas
13 years ago
committed by
Jeff Garzik
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue