as described
take no prisoners
Details
Details
- Reviewers
deadalnix CCulianu - Group Reviewers
Restricted Project - Commits
- rSTAGINGd5318085d0da: Get rid of using namespace std in src/rpc
rABCd5318085d0da: Get rid of using namespace std in src/rpc
make check
../qa/pull-tester/rpc-tests.py
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- use_std_in_rpc
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 685 Build 685: arc lint + arc unit
Event Timeline
Comment Actions
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.