[refactor] Remove using namespace <xxx> from wallet/ & util*#9643
Merged
laanwj merged 2 commits intobitcoin:masterfrom Mar 9, 2017
Merged
[refactor] Remove using namespace <xxx> from wallet/ & util*#9643laanwj merged 2 commits intobitcoin:masterfrom
laanwj merged 2 commits intobitcoin:masterfrom
Conversation
dcousens
reviewed
Jan 27, 2017
src/util.cpp
Outdated
| } // namespace boost | ||
|
|
||
| using namespace std; | ||
| // blank space for binary match |
Contributor
Author
There was a problem hiding this comment.
The binary check tool trips over the LOCK macros. If a line is removed, the binary check ends up failing.
Contributor
Author
There was a problem hiding this comment.
In hindsight I realize that comment is very unhelpful. I removed it.
854e962 to
df8b249
Compare
jtimon
reviewed
Feb 24, 2017
src/util.cpp
Outdated
Contributor
There was a problem hiding this comment.
Bike-shedding: you could just remove the line.
Contributor
Author
There was a problem hiding this comment.
Because of macros which use the line number, removing this line breaks the same-binaries-check, unfortunately.
Contributor
|
utACK df8b249 |
df8b249 to
bc74809
Compare
Contributor
Author
|
Rebased & redid same-binaries check. |
Member
|
Needs another rebase, sorry. |
bc74809 to
a57845c
Compare
Contributor
Author
laanwj
added a commit
that referenced
this pull request
Mar 9, 2017
…til* a57845c Refactor: Remove using namespace <xxx> from util* (Karl-Johan Alm) 8a52281 Refactor: Remove using namespace <xxx> from wallet/ (Karl-Johan Alm) Tree-SHA512: cd06b569fee0ce25db753ade5ee694b582733a8883bfd62a27613020266d2a902af079ef23b58a5412f7af4afd7681e689af3c7780e5ea00c77b16d144d72db5
This was referenced Mar 9, 2017
UdjinM6
pushed a commit
to UdjinM6/dash
that referenced
this pull request
Feb 21, 2018
…et/ & util* a57845c Refactor: Remove using namespace <xxx> from util* (Karl-Johan Alm) 8a52281 Refactor: Remove using namespace <xxx> from wallet/ (Karl-Johan Alm) Tree-SHA512: cd06b569fee0ce25db753ade5ee694b582733a8883bfd62a27613020266d2a902af079ef23b58a5412f7af4afd7681e689af3c7780e5ea00c77b16d144d72db5
andvgal
pushed a commit
to energicryptocurrency/gen2-energi
that referenced
this pull request
Jan 6, 2019
…et/ & util* a57845c Refactor: Remove using namespace <xxx> from util* (Karl-Johan Alm) 8a52281 Refactor: Remove using namespace <xxx> from wallet/ (Karl-Johan Alm) Tree-SHA512: cd06b569fee0ce25db753ade5ee694b582733a8883bfd62a27613020266d2a902af079ef23b58a5412f7af4afd7681e689af3c7780e5ea00c77b16d144d72db5
CryptoCentric
pushed a commit
to absolute-community/absolute
that referenced
this pull request
Feb 28, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a sub-set of #9235, including only the
walletdir andutil*files.Same-binaries check (2017-03-08):
The affected files and namespaces: