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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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.