diff options
| author | Venkatesh Srinivas <[email protected]> | 2011-08-07 12:20:00 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-08-10 22:40:10 -0400 |
| commit | 7c3002bf272c56dcc92b463db6d0b793221bfa8a (patch) | |
| tree | bf7e8a62a264d7a3eb8f2b9a6dd2820409350b54 /src/script.cpp | |
| parent | Merge pull request #448 from sipa/cbitcoinaddress (diff) | |
| download | discoin-7c3002bf272c56dcc92b463db6d0b793221bfa8a.tar.xz discoin-7c3002bf272c56dcc92b463db6d0b793221bfa8a.zip | |
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 <[email protected]>
Diffstat (limited to 'src/script.cpp')
0 files changed, 0 insertions, 0 deletions