Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of instances of "using namespace std;" in the project #767

Merged
merged 1 commit into from Aug 17, 2014

Conversation

lioncash
Copy link
Member

No description provided.

@magcius
Copy link
Member

magcius commented Aug 10, 2014

ok

void JitBaseBlockCache::LinkBlock(int i)
{
LinkBlockExits(i);
JitBlock &b = blocks[i];
pair<multimap<u32, int>::iterator, multimap<u32, int>::iterator> ppp;
std::pair<std::multimap<u32, int>::iterator, std::multimap<u32, int>::iterator> ppp;

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@archshift
Copy link
Contributor

LGTM

1 similar comment
@Parlane
Copy link
Member

Parlane commented Aug 17, 2014

LGTM

lioncash added a commit that referenced this pull request Aug 17, 2014
Get rid of instances of "using namespace std;" in the project
@lioncash lioncash merged commit 97ffb08 into dolphin-emu:master Aug 17, 2014
@lioncash lioncash deleted the namespaces branch August 17, 2014 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants