Page MenuHomePhabricator

Get rid of using namespace std in src/rpc
ClosedPublic

Authored by freetrader on Aug 6 2017, 20:54.

Details

Summary

as described
take no prisoners

Test Plan

make check
../qa/pull-tester/rpc-tests.py

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Herald added 1 blocking reviewer(s): Restricted Project. · View Herald TranscriptAug 6 2017, 20:54
This revision is now accepted and ready to land.Aug 7 2017, 01:11
CCulianu added a subscriber: CCulianu.

Looks good to me. Just as an aside: I'm all for getting rid of the namespace import -- it's considered bad form to import it in larger programs anyway.

Applied, compiled, tested, works.

This revision was automatically updated to reflect the committed changes.